sipb / spike

Implementing a packet level software network load balancer
MIT License
11 stars 10 forks source link

Fix crash when Spike is unable to reach backend #42

Closed krawthekrow closed 6 years ago

krawthekrow commented 6 years ago

It previously crashed because we were trying to read data from the response before checking that it isn't nil.

cryslith commented 6 years ago

I will merge #30 in favor of this one.