lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] reassembled packet


From: Hervé DANIEL
Subject: [lwip-users] reassembled packet
Date: Tue, 25 Oct 2011 11:51:56 +0200
User-agent: Opera Mail/11.52 (Win32)

Hi,
I need to send request to a web site. this site use frame redirection. (not possible to change that)


When i send the request I receive a response with 2 reasembled segments.(wireshark sniffing)

first : HTTP/1.0 200 OK

second : text where i can found the real target for my request.

But netconn_recv only get the first segment. "HTTP/1.0 200 OK"

How to get the second one?
--
herve.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]