[PS2] ps2http.irx fixes

Create a single thread for each patch to be added to the repository. Please try to stay on topic.
Post Reply
Mega Man
Posts: 260
Joined: Sat Jun 18, 2005 3:14 am
Contact:

[PS2] ps2http.irx fixes

Post by Mega Man »

Hello,

I tried to add the module ps2http.irx to my kernelloader, but the module was not working. So I fixed the following:

- Fixed detection of leading slashes. One slash was stripped by the file system infrastructure. The module expected two leading slashes.
- The IP address format wasn't correctly handled.
- The socket structure wasn't completely initialized.
- The wrong peer handle was used. So no communication was possible.

The patch for this:
http://www.pastie.org/664334
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Code: Select all

p$ svn commit
Sending        http/src/ps2http.c
Transmitting file data .
Committed revision 1643.
thanks
Post Reply