Aidoku / aidoku-rs

Aidoku source bindings in Rust
28 stars 8 forks source link

`aidoku::std::net::Request.status_code()` Always Return `-1` #9

Open aphronyx opened 10 months ago

Skittyblock commented 10 months ago

Complete guess without looking at the code at all: probably because sending a request automatically drops it after returning the result, so the status code can't be fetched. This will be fixed with the new source api since aidoku-rs is changing significantly.