mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-09-04 11:44:46 +02:00
* Some games open port with handle 255 , that is not an accepted port so don't complain about it * Net: Send the User-Agent configured on the HTTP template * simplified comment * default http user-agent * added dummy nputility module * match User Agent 100% with decompile * return result to np_auth and some more debug code * implemented sceNpLookup* (similar of how np_score ,np_tus) functions * improved accept encoding for gzip * removedd invalid test after last change , GZIP encoding is not default true * Implemented Cached Redirected Connection * Inflate only when the response is actually GZIP-encoded and the flag is enabled * simplify GetLibhttpSystemVersionString * fixed tests * old file removed --------- Co-authored-by: Gabriele C <sgdc3.mail@gmail.com>