YungTatyu / webserv

HTTP/1.1 server written in cpp.
1 stars 0 forks source link

bug: handle error request #267

Closed YungTatyu closed 3 months ago

YungTatyu commented 3 months ago

対応内容

ayase-mstk commented 3 months ago

Host headerがない時に、searchServerConfigにrequest.headers_[kHost]を渡してしまっていた。