Re: why does my app open ports to Amazon Web Services?
Re: why does my app open ports to Amazon Web Services?
- Subject: Re: why does my app open ports to Amazon Web Services?
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 14 Jun 2013 23:42:10 -0600
On Jun 14, 2013, at 8:04 PM, David M. Cotter <email@hidden> wrote:
> okay, that explains that but why is the port left open and/or how do i force it to close?
>
> note i'm not expert in HTTP protocols, could be i just forgot a "close" call?
I wouldn't worry about it. HTTP, starting with version 1.1, allows connections to stay open after a response to a request in case the client has another request, but if you really don't want that behavior and have a good reason for that, then adding "Connection: close" to the outgoing request header will ask the server to drop the connection after the response has been received.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden