karlseguin / http.zig

An HTTP/1.1 server for zig
MIT License
454 stars 31 forks source link

typo #1

Closed RekGRpth closed 1 year ago

RekGRpth commented 1 year ago

https://github.com/karlseguin/http.zig/blob/84d5c206d72b6a059427ffe15ceba351f318003b/readme.md?plain=1#LL53C17-L53C21 shoul be req?

karlseguin commented 1 year ago

Yup, thanks, fixed.

RekGRpth commented 1 year ago

fixed

not yet: You should remove _ too

karlseguin commented 1 year ago

Oh, you're right. I thought the variable wasn't being used. Changed it to log the URL at some point.