log net/http/server.lua @ 4704:d6c4e58333cf

age author description
Thu, 26 Apr 2012 06:47:17 +0100 Matthew Wild net.http.server: Lower score of wildcard handlers to ensure specific handlers beat them
Thu, 26 Apr 2012 04:24:43 +0100 Matthew Wild net.http.server: Fix to compare priority if path lengths are the same (logic fail)
Wed, 25 Apr 2012 23:08:33 +0100 Matthew Wild 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)
Wed, 25 Apr 2012 15:02:27 +0100 Matthew Wild net.http.server: Small fix to comment