-->
Page 1 of 1

How do you close a connection or clear the buffer?

PostPosted: Sat Feb 28, 2015 6:14 am
by zooto68
How do you close a net.createConnection(net.TCP, 0) HTTP client connection?

I am trying to access one web page and then another but the buffer is filling up. I want to close the first connection and free the buffer before opening the second one.

In the API I can see there are ways to close a server or MQTT connection but can't see anything for a HTTP client.

Thanks,

Mike

Re: How do you close a connection or clear the buffer?

PostPosted: Sun Mar 01, 2015 4:04 am
by zooto68
Is this not possible?