Actions
Bug #1290
closedConnection: k
ASK QUESTIONS IN Forums:
Description
the following request header:
GET / HTTP/1.0 Connection: k
Assumes that keep-alive is enabled.
I can reproduce this also with close, eg. "close", "c", "cl" (and so on) will close,
but any other things (eg: "continue") not.
Example for close:
GET / HTTP/1.1 Host: exists Connection: c
(The first request is http 1.0 (keepalive: on) and the second 1.1 (keepalive: off)).
Maybe there is something wrong on buffer_casecmp().
Updated by moo over 17 years ago
- Status changed from New to Fixed
- Resolution set to duplicate
ok, it was recycled from spamfilter :)
Actions
Also available in: Atom