You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Naga Users
I'm making a simple HTTP client with Connection: close and I want to
read data from socket until it's closed by the other side. From what
I've seen, with PacketReaders it's not possible. Maybe you could add
some functionality into your new version to make this work? Maybe some
sort of flag for PacketReader that there will be no more data, or
something.
Nuoji
unread,
Aug 26, 2011, 6:07:06 AM8/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Naga Users
This is definitely possible, but shouldn't it be possible to use
Content-Length and then simply use the RawPacketReader, assembling
data as you go?