ichinose9372 / 42-webserv

c++でnginxを作る課題
2 stars 0 forks source link

send()のエラーハンドリングを行い、送信したバイト数の確認や例外処理を検討 #144

Closed snemoto-42 closed 7 months ago

snemoto-42 commented 7 months ago

throwは避けたほうがよさそう 500 Internal Server Errorを返す? send()を続けてるかタイムアウトエラーとなるか fdをクローズして、メインループに戻る

welove-t commented 7 months ago

例外処理はしない yichinoseさんが対応してくれた。