- Remove set content headers that break response
- deps: [email protected]
- deps: [email protected]
- Rename
425 Unordered Collection
to standard425 Too Early
- Rename
- Set stricter
Content-Security-Policy
header - deps: parseurl@~1.3.3
- deps: statuses@~1.5.0
- Fix 404 output for bad / missing pathnames
- deps: encodeurl@~1.0.2
- Fix encoding
%
as last character
- Fix encoding
- deps: statuses@~1.4.0
- Use
res.headersSent
when available
- deps: [email protected]
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix missing
</html>
in HTML document - deps: [email protected]
- Fix:
DEBUG_MAX_ARRAY_LENGTH
- Fix:
- Fix exception when
err
cannot be converted to a string - Fully URL-encode the pathname in the 404 message
- Only include the pathname in the 404 message
- Send complete HTML document
- Set
Content-Security-Policy: default-src 'self'
header - deps: [email protected]
- Allow colors in workers
- Deprecated
DEBUG_FD
environment variable set to3
or higher - Fix error when running under React Native
- Use same color for same namespace
- deps: [email protected]
- Fix exception when
err.headers
is not an object - deps: statuses@~1.3.1
- perf: hoist regular expressions
- perf: remove duplicate validation path
- Change invalid or non-numeric status code to 500
- Overwrite status message to match set status code
- Prefer
err.statusCode
iferr.status
is invalid - Set response headers from
err.headers
object - Use
statuses
instead ofhttp
module for status messages- Includes all defined status messages
- deps: escape-html@~1.0.3
- perf: enable strict mode
- perf: optimize string replacement
- perf: use faster string coercion
- Fix a false-positive when unpiping in Node.js 0.8
- Support
statusCode
property onError
objects - Use
unpipe
module for unpiping requests - deps: [email protected]
- deps: on-finished@~2.3.0
- Add defined behavior for HTTP
CONNECT
requests - Add defined behavior for HTTP
Upgrade
requests - deps: [email protected]
- Add defined behavior for HTTP
- perf: enable strict mode
- perf: remove argument reassignment
- deps: debug@~2.2.0
- deps: [email protected]
- deps: on-finished@~2.2.1
- Fix
isFinished(req)
when data buffered
- Fix
- deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: [email protected]
- deps: debug@~2.1.1
- deps: on-finished@~2.2.0
- deps: on-finished@~2.1.1
- Fix handling of pipelined requests
- deps: debug@~2.1.0
- Implement
DEBUG_FD
env variable support
- Implement
- Terminate in progress response only on error
- Use
on-finished
to determine request status
- Set
X-Content-Type-Options: nosniff
header - deps: debug@~2.0.0
- Respond after request fully read
- prevents hung responses and socket hang ups
- deps: [email protected]
- deps: [email protected]
- Add support for multiple wildcards in namespaces
- Handle invalid status codes
- deps: [email protected]
- Extracted from connect/express