libHttp changes#97
Conversation
Used changes from Estwald v2 sdk (http connections were failing due to wrong typedefs)
ppu/sprx/libhttp/exports.h
|
If the ps3 VSH exports list says these use size_t, would it be better to use |
|
yes, I agree, it seems better to use unsigned btw, any preference between |
|
From looking through the code, it looked to me like u32 was being used more often |
|
I personally would go with whatever convention is used in each file. That's why I said uint32_t in this case because those files seem to use that stdint types the most. |
I tested again the http/https methods using I followed @miigotu criteria, and used |
* Fixed http typedefs Used changes from Estwald v2 sdk (http connections were failing due to wrong typedefs) * Fix definitions to match exports.h ppu/sprx/libhttp/exports.h * Change size_t to u32
As mentioned in #89 , current libhttp methods don't work properly.
This is a proposed patch, tested and working on real ps3 hardware.