support for HTTP pipelining with parallel server-side execution & deferred send |
|
More...
|
almost 14 years ago
|
env doesn't need to be an ivar |
|
More...
|
almost 14 years ago
|
bring back ASYNC_CLOSE, add documentation for request.rb |
|
More...
|
almost 14 years ago
|
collapse async_process and post_process.. they're the same thing |
|
More...
|
almost 14 years ago
|
terminate_request > terminate_connection |
|
More...
|
almost 14 years ago
|
what's the point of async_close? |
|
More...
|
almost 14 years ago
|
move env initialization into connection - don't need to pass all the vars into request |
|
More...
|
almost 14 years ago
|
Merge branch 'master' into keepalive |
|
More...
|
almost 14 years ago
|
drop session, move processing into request - less delegation magic |
|
More...
|
almost 14 years ago
|
don't fix the host header if it's not set right, the port is set automatically via the server port info, no need to parse the headers for that |
|
More...
|
almost 14 years ago
|
shuffle constants - lighten request before merge |
|
More...
|
almost 14 years ago
|
move parser into connection |
|
More...
|
almost 14 years ago
|
first working keepalive - plenty of room for refactor/improvements |
|
More...
|
almost 14 years ago
|
revert json spec |
|
More...
|
almost 14 years ago
|
use 1.0.0.beta.1 em-http for keepalive |
|
More...
|
almost 14 years ago
|
Revert "return StringIOs instead of strings" |
|
More...
|
almost 14 years ago
|
Merge branch 'master' into keepalive |
|
More...
|
almost 14 years ago
|
updated documentation |
|
More...
|
almost 14 years ago
|
example of setting up custom server |
|
More...
|
almost 14 years ago
|
playing with map api |
|
More...
|
almost 14 years ago
|
made the server more RACK compliant and added a new example to use rack maps to route traffic based on the url. |
|
More...
|
almost 14 years ago
|
Updated the README to cover the basics of the built-in server. |
|
More...
|
almost 14 years ago
|
setting some default pid and log files so a daemonized goliath server doesn't crash if the values are not set. |
|
More...
|
almost 14 years ago
|
fixed a folder naming typo |
|
More...
|
almost 14 years ago
|
remove; can get to the headers through the HTTP_* versions |
|
More...
|
almost 14 years ago
|
beginnings of keep-alive support |
|
More...
|
almost 14 years ago
|
ignore rubinius rbc files |
|
More...
|
almost 14 years ago
|
don't blowup if there are not headers (like in the spec tests) |
|
More...
|
almost 14 years ago
|
Handle exceptions raised from the parser. |
|
More...
|
almost 14 years ago
|
Initial pass at doc'ing the public API |
|
More...
|
almost 14 years ago
|