-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content-Length or Transfer-Encoding header (RFC 7230) #86
Comments
On master,
so it does include the content length and curl doesn't produce But the about wrk: In my tests, since wg/wrk@522ec60 (~3 yrs ago) wrk will compute Req/Sec even without the The server will invariably crash after wrk finishes though. Cause is a broken pipe error here Lines 265 to 266 in 10103f5
|
Oh. but there still isn't Lines 318 to 321 in 10103f5
Lines 341 to 343 in 10103f5
Lines 378 to 380 in 10103f5
|
https://tools.ietf.org/html/rfc7230#section-3.3
Without this some tools don't work well, for example wrk.
Is valid code, although has some issues, the first one is the header is not set (or any other header).
Compared with the minimal out of the box set by the http module of node:
Can these values be set automatically?
The text was updated successfully, but these errors were encountered: