| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Since we're updating anyway, it would be nice to get rid of the contraction.
Cannot render headers ...
Sorry, something went wrong.
There was a problem hiding this comment.
ERR_ASSERTION is the wrong choice here. That should be reserved for uses of the assert module. A new error code would be more appropriate.
Sorry, something went wrong.
There was a problem hiding this comment.
@jasnell Rectifications done. Thank You
Sorry, something went wrong.
There was a problem hiding this comment.
Likewise, ERR_ASSERTION is the wrong choice here. A new error code would be better.
Sorry, something went wrong.
There was a problem hiding this comment.
Done!
Sorry, something went wrong.
There was a problem hiding this comment.
Since this is specific to http, perhaps ERR_HTTP_INVALID_CHAR
Sorry, something went wrong.
There was a problem hiding this comment.
Re-phrased.
Sorry, something went wrong.
There was a problem hiding this comment.
same here... ERR_HTTP_INVALID_STATUS_CODE
Sorry, something went wrong.
There was a problem hiding this comment.
Done!
Sorry, something went wrong.
There was a problem hiding this comment.
ERR_HTTP_HEADERS_SENT ?
Sorry, something went wrong.
There was a problem hiding this comment.
Rectified. Thanks!
Sorry, something went wrong.
There was a problem hiding this comment.
This shouldn't need the --expose-internals flag
Sorry, something went wrong.
There was a problem hiding this comment.
Removed.
Sorry, something went wrong.
There was a problem hiding this comment.
Likewise, this shouldn't need the --expose-internals flag
Sorry, something went wrong.
There was a problem hiding this comment.
Removed.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with a nit
Sorry, something went wrong.
There was a problem hiding this comment.
I'm guessing its broken into 2 strings to avoid the long line. I'm not sure I've seen us use the + for this, instead could you just put the 'Invalid ...' on a second line
Sorry, something went wrong.
There was a problem hiding this comment.
Done as per suggestion. Thanks!
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #13301 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
_http_server.js
internal/errors.js
ref: #11273
I read and understood the contribution guidelines, please review and suggest.
@jasnell
Thanks.