FWGS / xash3d-fwgs

Xash3D FWGS engine
1.58k stars 240 forks source link

engine: rework how HTTP finite-machine works #1862

Closed a1batross closed 1 week ago

a1batross commented 4 weeks ago

Use function pointers instead of enum.

Preliminary chunked transfer and compression support.

Set address resolving to AF_UNSPEC from AF_INET, allowing the use of IPv6.