Ryan
f3214f9764
Move transfer encoding into flags bitfield.
15 years ago
Ryan
e65dcfbcf2
Use bit flags
15 years ago
Ryan
a7b96d81f1
API Change: parser->version_major/minor replaced with parser->version.
...
Allows for simpler processing.
15 years ago
Ryan
59a37f6600
Inline http_parser_should_keep_alive().
15 years ago
Ryan
e244dbf797
Fix whitespace, clean up some macros.
15 years ago
tomika
152cce76df
Include added for MSC compatibilty
15 years ago
Joe Damato
431707b5b1
fixing bitfield misuse
16 years ago
Ryan
cc5c9b037c
Correctly error out on non-zero return values.
16 years ago
Ryan
9f59cd926f
Check for buffer overflow attacks.
16 years ago
Ryan
961d455618
Add license file with Mongrel's license.
16 years ago
Ryan
8cae1feeb4
random clean ups
16 years ago
Ryan
7898f1a97a
add http_parser_should_keep_alive()
16 years ago
Ryan
c288a966fe
lint
16 years ago
Ryan
5214fb2524
for clarity, replace is_request_stream with enum http_parser_type
16 years ago
Ryan
97d4572c68
Remove "ebb_message" object from libebb's parser.
...
And much more:
* Begin the framework for parsing HTTP responses
* Modify the test code with the new layout
* Remove EBB_ prefix and use just HTTP_
* Start simple new Makefile
Currently the test passes but it is only checking HTTP requests. I get the
feeling that it is much slower than before, although I have no solid
evidence for this.
16 years ago