You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
express-bunyan-logger incorrectly logs a 200 response code when connections are aborted. This happens when a connection is closed due to timeout (server.timeout value is reached), for example.
Other libraries correctly report undefined instead of 200 in this case. For example, see this morgan issue and the corresponding source code here.
The text was updated successfully, but these errors were encountered:
express-bunyan-logger
incorrectly logs a 200 response code when connections are aborted. This happens when a connection is closed due to timeout (server.timeout
value is reached), for example.Other libraries correctly report
undefined
instead of 200 in this case. For example, see thismorgan
issue and the corresponding source code here.The text was updated successfully, but these errors were encountered: