Connection HTTP Problem???
Client--Server
What I want is to establish a connection http using my own client through my proxy with program that he makes server function and that that connection doesn't close that it becomes persistent, because in the ways that I have treated the proxy closes me the connection....
Re: Connection HTTP Problem???
Quote:
Originally Posted by Pitoniso
Client--Server
What I want is to establish a connection http using my own client through my proxy with program that he makes server function and that that connection doesn't close that it becomes persistent, because in the ways that I have treated the proxy closes me the connection....
If I understand correctly, put Connection: Keep-Alive in the HTTP header.
What proxy are you using and who made it?
Re: Connection HTTP Problem???
Quote:
Originally Posted by DigiRev
If I understand correctly, put Connection: Keep-Alive in the HTTP header.
What proxy are you using and who made it?
that you mean, don't I understand what you say??
Re: Connection HTTP Problem???
Quote:
Originally Posted by DigiRev
What proxy are you using and who made it?
I would like you to answer this question please.
I testing with CCProxy....
But I suppose that all proxy that is respected, will allow me what I want, although at the end I plan to use it in a SQUID....
Re: Connection HTTP Problem???
As there is no question in this last post, I'm certain that you meant to reply to this thread, not create a new one, so I have merged the two.
So, you are saying the CCProxy closes your connection and you don't want that to happen? Is this the issue?
Re: Connection HTTP Problem???
I believe that the responsible one is not the CCProxy but well that I won't be passing him the petition POST or GET correctly so that it maintains it open, or that the one that makes function of SERVer has to pass him some answer so that it maintains it open
Re: I testing with CCProxy....
You cannot force a HTTP 1.1 persistent connection with non-compliant parties. If either server, client, or proxy does not implement HTTP 1.1, then the connection will be closed as per HTTP 1.0.
http://www.w3.org/Protocols/rfc2616/....html#sec8.1.3
Re: Connection HTTP Problem???
I belive the CCProxy implement this protocol.....o whatever!!
I'm testing with the Your-Freedom it works...
But this Proxy no problem i change if is necesary.....
Ok, good we suppose that if it allows it as he would make it...
; -)