Don't use parseUri for HTTP server
authorRyan Dahl <ry@tinyclouds.org>
Sun, 4 Oct 2009 10:17:50 +0000 (12:17 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Sun, 4 Oct 2009 10:19:01 +0000 (12:19 +0200)
commite2b79024699c3f1171ef2f312067b0f05348e961
tree65b26a7d5c0bcd6806f56b55e36a584b956be7d9
parent7b8842b619a6b7eb235c2073d295571075f9fe5c
Don't use parseUri for HTTP server

The big parseUri RE was showing up often in profiles - this is simpler and
yields better performance by taking advantage of the C http parser.
doc/api.txt
lib/http.js
src/http.cc
src/http.h