in reply to Re: My server doesnt get all the data sent by the client application
in thread My server doesnt get all the data sent by the client application
This is the server script that i am running on a windows machine. My application running on a linux box comes and tries to send a request and my server script listens for requests and then should respond back.
I dont know why i dont get the whole request.
Is there a way, i can send the snapshot of the network capture?
Because, when my application sends the request to a real server, it sends it as 2 packets on the same socket.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: My server doesnt get all the data sent by the client application
by vsespb (Chaplain) on May 10, 2013 at 17:43 UTC | |
by Rad (Novice) on May 10, 2013 at 19:07 UTC |