floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.94k stars 488 forks source link

sokol_fetch.h: fix response state when cancelling a request before dispatch (fixes #882) #898

Closed floooh closed 1 year ago

floooh commented 1 year ago

This also sets the finished, failed and error_code fields in the response when a request has been cancelled before it was dispatched, also some minor code cleanup around cancelling requests, and adding two more related tests.