correctly rebuild simple HTTP/0.9 GET requests
commit144e9909ea0f875b3dd58c6c850e25ed9f70c3cb
authorEric Wong <normalperson@yhbt.net>
Wed, 2 Sep 2009 02:04:52 +0000 (1 19:04 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 2 Sep 2009 02:04:52 +0000 (1 19:04 -0700)
tree522e0bd781829e42f2aaf0390f15e75f8a05711d
parent98d72e530ae0e7899aee88bcb0a607e046b32965
correctly rebuild simple HTTP/0.9 GET requests

Back in HTTP/0.9 days (before it was called HTTP/0.9),
"GET /uri/goes/here\r\n" was a valid HTTP request.

See rfc 1945, section 4.1 for details on this ancient
"Simple-Request" scheme used by HTTP/0.9 clients.
ext/clogger_ext/clogger.c
lib/clogger/pure.rb
test/test_clogger.rb