mirror of
https://github.com/soypat/lneto.git
synced 2026-08-04 06:57:53 +00:00
massive documentation push and code reordering in files
This commit is contained in:
@@ -282,7 +282,7 @@ func handleConnection(conn *tcp.Conn) error {
|
||||
}
|
||||
|
||||
method := string(hdr.Method())
|
||||
uri := string(hdr.RequestURI())
|
||||
uri := string(hdr.RequestTarget())
|
||||
fmt.Printf("< %s %s\n", method, uri)
|
||||
|
||||
// Build response body.
|
||||
|
||||
Reference in New Issue
Block a user