Commit Graph

89 Commits (ddbbc07c10167964fcac5cc5a5ee6e3433c807a5)

Author SHA1 Message Date
Ryan Dahl 1d9ebac036 Revert "Add method -> string lookup"
16 years ago
Ryan Dahl 79947a7334 Remove EOL whitespace
16 years ago
Ryan Dahl b795f94686 Add method -> string lookup
16 years ago
Ryan Dahl 2fc9c8d801 Accidentally commented out a test
16 years ago
Ryan Dahl 51e9ff0314 Fix initialization bug.
16 years ago
Ryan Dahl a8f7a3cd78 add message_complete_on_eof test
16 years ago
Ryan Dahl bd291ab5d8 add license file
16 years ago
Ryan Dahl 4226a8f63b add tests for should_keep_alive()
16 years ago
Ryan Dahl 5b00b6a64f add http_should_keep_alive()
16 years ago
Ryan Dahl 5b37977e32 Don't put should_keep_alive messages in front of messages
16 years ago
Ryan Dahl 8f52d451a6 Add http version to tests
16 years ago
Ryan Dahl ca1e011ab3 add response scan, fix persistent bug
16 years ago
Ryan Dahl 3ac0ebdee5 Passing tests
16 years ago
Ryan Dahl 0642366f0e change around api
16 years ago
Ryan Dahl 3834853a8a uri -> url
16 years ago
Ryan Dahl 6cefbc13af all scans works
16 years ago
Ryan Dahl b71a17ec85 better output for test_scan
16 years ago
Ryan Dahl 0b8a48049c Handling chunked messages
16 years ago
Ryan Dahl a0476a08a0 better output on errors in test program
16 years ago
Ryan Dahl c5a92f792f Now parsing some req headers
16 years ago
Ryan Dahl 433202d825 new version
16 years ago
Phoenix Sol 6bfd5bf76d add ab to test
16 years ago
Ryan Dahl 2769741ba5 Fix LICENSE
16 years ago
Ryan Dahl d827cb368c Allow quotes in URI
16 years ago
Ryan dbbc73c16f API Change: Return void from http_parser_execute().
16 years ago
Ryan efd801f410 Bug Fix: Connection:close with missing Content-Length.
16 years ago
Ryan 004aff9001 API Change: Demand that EOFs are passed to http_parser_execute().
16 years ago
Ryan e244dbf797 Fix whitespace, clean up some macros.
16 years ago
Jeremy Hinegardner b538749fc3 Allow spaces between a chunked start and the CRLF
16 years ago
Jeremy Hinegardner 4ac5581cc6 The Reason Phrase on a response is optional.
16 years ago
Ryan 23b8eed44c Fix errors for -Wall.
16 years ago
Ryan 88049b02a5 test: Check that message_begin, message_complete, headers_complete always called
16 years ago
Ryan cc88f71204 Partially handle callback return values
16 years ago
Ryan c202e8ecbe Add second response fixture. Response tests pass.
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 9906cb69e6 Clean up the tests in preperation for testing responses.
16 years ago
Ryan 7476612ec2 Deep asserts in test.c
16 years ago
Ryan 97d4572c68 Remove "ebb_message" object from libebb's parser.
16 years ago