racket/collects/web-server
Jay McCarthy 80b6ceeff1 Fixes PR11024.
The problem was that when the connection is closed its custodian is shutdown, thus killing the thread that was going to bring the server down. The difference between curl and the browser was that even though they both use HTTP/1.1, the browser actually leaves the connection open longer.
2010-07-15 10:14:16 -06:00
..
configuration changed some 'pretty-print's to 'pretty-write's 2010-06-27 10:13:11 -06:00
default-web-root Changing ignore per Eli 2010-06-28 20:01:57 -06:00
dispatch
dispatchers
formlets Fixing bug in formlet macro 2010-06-29 15:17:13 -06:00
http
insta
lang
managers
private Strange additional 7 2010-06-28 12:51:24 -06:00
scribblings Changing docs re: John 2010-06-30 08:35:28 -06:00
servlet Exposing redirect-to arg in redirect/get* 2010-06-26 13:05:45 -06:00
stuffers
dispatch.rkt
formlets.rkt Renaming formlet* source 2010-05-28 14:09:07 -06:00
http.rkt
info.rkt
lang.rkt
main.rkt
servlet-dispatch.rkt Fixes PR11024. 2010-07-15 10:14:16 -06:00
servlet-env.rkt Fixes PR11024. 2010-07-15 10:14:16 -06:00
servlet.rkt
stuffers.rkt
templates.rkt
web-config-sig.rkt
web-config-unit.rkt
web-server-sig.rkt
web-server-unit.rkt Using raw response file in test 2010-05-17 11:05:22 -05:00
web-server.rkt