mpyw / php-hyper-builtin-server

Reverse proxy for PHP built-in server which supports multiprocessing and TLS/SSL encryption
MIT License
106 stars 10 forks source link

Catch errors to prevent hanging error connections #10

Closed antonkomarev closed 4 years ago

antonkomarev commented 4 years ago

@mpyw I found such an easy fix for #9

We just need to add error listener to the connection sink and interrupt execution. After then server will be able to receive HTTPS connections without any issues.

Screenshot from 2020-06-02 02-12-13