We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17607ee commit b6f5a43Copy full SHA for b6f5a43
src/serverHandler/log.go
@@ -45,7 +45,7 @@ func logRequest(logger *serverLog.Logger, r *http.Request, statusCode int) {
45
buf = append(buf, []byte(r.Host)...)
46
if unescapedLen > 0 {
47
buf = append(buf, unescapedUri...)
48
- buf = append(buf, ' ', '<', '=', '>', ' ') // 5 bytes
+ buf = append(buf, []byte(" <=> ")...) // 5 bytes
49
}
50
buf = append(buf, uri...)
51
0 commit comments