We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Available to log, that client has sent too big header.
access *log.Logger from value server of type *Server, to be able for developer to get info when some client could not http handshake
*log.Logger
server
*Server
go/src/net/http/server.go
Lines 1973 to 1982 in b702e04
Minimal ? The *log.Logger is already implemented when its not passed into server, then its default logger or user can pass his user-defined struct
user-defined
Better metrics and information about connections to go app
The text was updated successfully, but these errors were encountered:
Looks like duplicate of #56028
Sorry, something went wrong.
U are right, im closing this
No branches or pull requests
Proposal Details
Background
Available to log, that client has sent too big header.
Proposal
access
*log.Logger
from valueserver
of type*Server
, to be able for developer to get info when some client could not http handshakego/src/net/http/server.go
Lines 1973 to 1982 in b702e04
API changes
Minimal ? The
*log.Logger
is already implemented when its not passed intoserver
, then its default logger or user can pass hisuser-defined
structBenefits
Better metrics and information about connections to go app
The text was updated successfully, but these errors were encountered: