File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
251
251
return
252
252
}
253
253
// All checks passed, create a codec that reads direct from the request body
254
- // untilEOF and writes the response to w and order the server to process a
254
+ // until EOF, write the response to w, and order the server to process a
255
255
// single request.
256
256
ctx := r .Context ()
257
257
ctx = context .WithValue (ctx , "remote" , r .RemoteAddr )
@@ -338,7 +338,7 @@ func (h *virtualHostHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
338
338
return
339
339
340
340
}
341
- // Not an ip address, but a hostname. Need to validate
341
+ // Not an IP address, but a hostname. Need to validate
342
342
if _ , exist := h .vhosts ["*" ]; exist {
343
343
h .next .ServeHTTP (w , r )
344
344
return
You can’t perform that action at this time.
0 commit comments