You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #217: Axum HTTP tracker: add unit tests for custom Axum extractors
b4ae67d docs(http): add mod description (Jose Celano)
743f869 refactor(http): move peer IP resolver to handlers mod (Jose Celano)
3420576 test(http): add tests for peer IP resolution (Jose Celano)
828065b test(http): add tests to Axum extractor for auth key (Jose Celano)
7b31622 test(http): add tests to axum extractor for scrape request (Jose Celano)
6fc6c14 test(http): add tests to axum extractor for announce request (Jose Celano)
Pull request description:
Top commit has no ACKs.
Tree-SHA512: 7144f6266f5c685d5b05b400b694465e077afc95f5018957854c15cf37b89863c66d797bd833e92b9fe55d56c50b35f8c71c11f73cfc6e65719528c0eaa0fd38
let raw_query = "info_hash=%3B%24U%04%CF%5F%11%BB%DB%E1%20%1C%EAjk%F4Z%EE%1B%C0&peer_addr=2.137.87.41&downloaded=0&uploaded=0&peer_id=-qB00000000000000001&port=17548&left=0&event=completed&compact=0";
71
+
72
+
let announce = extract_announce_from(Some(raw_query)).unwrap();
0 commit comments