#14 server can error out while establishing connection

Kapalı
j3tracey tarafından 1 yıl önce kere açıldı · 1 yorum
Justin Tracey 1 yıl önce olarak yorumlandı

The main loop of the server is currently using ? on incoming connections. While this is fine for bind, since there's nothing reasonable to do if that fails, it's not okay for handling accept or parse_identifier, since that means a client can crash the server by disconnecting any time before their identifier gets sent over the wire.

The main loop of the server is currently using `?` on incoming connections. While this is fine for `bind`, since there's nothing reasonable to do if that fails, it's not okay for handling `accept` or `parse_identifier`, since that means a client can crash the server by disconnecting any time before their identifier gets sent over the wire.
Justin Tracey 1 yıl önce olarak yorumlandı
Sahibi

Fixed via 22de85567f

Fixed via 22de85567f6f9bad0b971dd1c1247ca704fcce8d
Giriş yap bu konuşmaya katılmak için.
Kilometre Taşı Yok
Atanan Kişi Yok
1 Katılımcı
Yükleniyor...
İptal
Kaydet
Henüz bir içerik yok.