Florian Zeitz
|
1d833bb807
|
Remove all trailing whitespace
|
2013-08-09 17:48:21 +02:00 |
|
Kim Alvefur
|
74b83382ab
|
net.http.server: Fix Keep-Alive requests with HTTP 1.0
|
2013-07-22 17:28:37 +02:00 |
|
Matthew Wild
|
4602591c38
|
mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured
|
2013-04-22 12:35:52 +01:00 |
|
Matthew Wild
|
c981dcb50d
|
net.server.http: Add a comment
|
2013-04-22 12:25:00 +01:00 |
|
Matthew Wild
|
a2fd9431f4
|
net.server.http: Ensure that event map cannot grow forever (limit to 10K wildcard-only entries)
|
2013-04-22 12:24:42 +01:00 |
|
Waqas Hussain
|
76d4f07d2b
|
net.http.server: The correct Connection header value to look for is Keep-Alive, not keep-alive.
|
2013-04-17 15:28:20 -04:00 |
|
Marco Cirillo
|
d6c4bffd9b
|
net.http.server: add API to allow firing events directly on the server.
|
2013-04-07 12:23:29 +00:00 |
|
Matthew Wild
|
3c45ca81a2
|
net.http.server: Don't overwrite existing response.headers when returning a response object from a HTTP handler (waqas says it's wrong)
|
2013-03-31 13:45:04 +01:00 |
|
Waqas Hussain
|
db6081d6e0
|
net.http.server: Ensure HTTP callbacks are never called recursively for pipelined requests.
|
2013-02-26 19:41:52 +05:00 |
|
Florian Zeitz
|
2eddb12845
|
net.http.server: Properly handle persistent connections
|
2013-01-12 17:26:50 +01:00 |
|
Matthew Wild
|
d4578e0677
|
net.http.server: Code cleanup/adjustment now that send_response() accepts response.body
|
2012-04-28 19:36:57 +01:00 |
|
Matthew Wild
|
cc6bcc5877
|
net.http.server: Use response.body if it exists and body is not specified to send_response
|
2012-04-28 19:36:09 +01:00 |
|
Matthew Wild
|
6229968685
|
net.http.server: Remove unused imports and variables (fixes traceback due to removed net.httpserver)
|
2012-04-28 14:27:48 +01:00 |
|
Matthew Wild
|
7f6dcc373f
|
net.http.server: Try default_host if client sent no host anywhere, otherwise... fail. It's 2012.
|
2012-04-28 01:13:49 +01:00 |
|
Matthew Wild
|
e8746c77da
|
net.http.server: Fix traceback on missing host header (thanks darkrain)
|
2012-04-28 00:51:36 +01:00 |
|
Matthew Wild
|
e865b1b3fe
|
net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts
|
2012-04-27 23:11:23 +01:00 |
|
Matthew Wild
|
14dcbf13d5
|
net.http.server: Improve comment
|
2012-04-27 22:37:56 +01:00 |
|
Matthew Wild
|
ecc47f2920
|
net.http.server: Remove unused variable
|
2012-04-27 20:01:21 +01:00 |
|
Matthew Wild
|
6cc3d15683
|
net.http.server: Correctly cache results of handler indexing, and also cache failures
|
2012-04-27 20:00:06 +01:00 |
|
Matthew Wild
|
26768dfb4d
|
Merge with backout
|
2012-04-26 16:25:17 +01:00 |
|
Matthew Wild
|
887ca5f9fe
|
Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570
|
2012-04-26 16:25:11 +01:00 |
|
Matthew Wild
|
a54e59650f
|
net.http.server: Fire http-error 400 if request fails sanity checks
|
2012-04-26 16:11:08 +01:00 |
|
Matthew Wild
|
8edd8e0e8d
|
net.http.server: Make error handling overrideable via 'http-error' event
|
2012-04-26 15:14:19 +01:00 |
|
Matthew Wild
|
e3433dca1d
|
net.server.http: Parse absolute URIs in requests (thanks Maranda)
|
2012-04-26 15:05:05 +01:00 |
|
Matthew Wild
|
2415fcd5c2
|
net.http.server: Expose events object (for debug purposes)
|
2012-04-26 06:58:57 +01:00 |
|
Matthew Wild
|
dbb3dc6a01
|
net.http.server: Lower score of wildcard handlers to ensure specific handlers beat them
|
2012-04-26 06:47:17 +01:00 |
|
Matthew Wild
|
37840f043c
|
net.http.server: Fix to compare priority if path lengths are the same (logic fail)
|
2012-04-26 04:24:43 +01:00 |
|
Matthew Wild
|
15585ed873
|
net.http.server: Support for on_destroy callback on response objects, and a 'finished' flag to say when they are destroyed (responded to or connection closed)
|
2012-04-25 23:08:33 +01:00 |
|
Matthew Wild
|
b6ef379c9a
|
net.http.server: Small fix to comment
|
2012-04-25 15:02:27 +01:00 |
|
Matthew Wild
|
8e4f5391a2
|
net.http.server: Remove legacy compatibility
|
2012-04-25 14:58:10 +01:00 |
|
Matthew Wild
|
7cb22f77a7
|
net.http.server: Handle results returned by handlers, and send as a response. Also removes explicit firing of '*', which can now be done via wildcard events.
|
2012-04-24 19:07:12 +01:00 |
|
Matthew Wild
|
37f43d0189
|
net.http.server: Remove debug message
|
2012-04-24 19:05:45 +01:00 |
|
Matthew Wild
|
f2b4126967
|
net.http.server: Support for wildcard events (events that end with '/*')
|
2012-04-23 21:29:18 +01:00 |
|
Waqas Hussain
|
c065013ced
|
net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer a global).
|
2012-04-22 23:44:21 +05:00 |
|
Waqas Hussain
|
59bd215bb2
|
net.http.server: Fire global HTTP event when no specific handlers available.
|
2012-04-21 17:38:01 +05:00 |
|
Waqas Hussain
|
becd794524
|
net.http.server: Missing <title/> in 404 Not Found response.
|
2012-04-21 17:37:00 +05:00 |
|
Waqas Hussain
|
06f2b0f3a4
|
net.http.{server|codes|parser}: Initial commit.
|
2012-04-08 04:09:33 +05:00 |
|