You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add simple logging to example-shttp-fileserver (#157)
Not entirely sure this still fits the scope of an "example".
Log requests requests in a simple format:
<time> <remote address> "<request>" <status code> <size of reply>
for example
2020/07/29 07:49:13 19-ffaa:1:106,127.0.0.1:3173 "GET /foo HTTP/3/SCION" 200 4
0 commit comments