amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.

Home Page:https://amphp.org/http-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call to a member function on null

bileslav opened this issue · comments

I unfortunately lost the logged exception in my buggy clipboard, but here's the gist: $reason on this line may be null under some circumstances. This will crash the server, as happened to me.

Fixed via fef588a. Thanks for reporting!