YungTatyu / webserv

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

Issue197 modify script name #199

Closed ayase-mstk closed 5 months ago

ayase-mstk commented 5 months ago

対応内容

script_nameにroot_pathがくっついてしまっていたので、 HttpResponse::root_path_とHttpResponse::res_file_path_を明確に分け、足し合わせたときにfull_pathになるようにしました。

悩み

testについてなのですが、 gtestはすべて通り、test/run.pyも直接実行すれば通るのですが、make ptestで実行すると失敗するテストが増えてしまいます。すべて問題なく通るときもあります。 原因は調査中です。