|
-
May 25th, 2007, 11:09 AM
#1
Thread Starter
New Member
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....
Last edited by Pitoniso; May 25th, 2007 at 11:22 AM.
Reason: Bad Title !!
-
May 25th, 2007, 11:13 AM
#2
Re: Help hurry come on!!
Welcome to Forums!
It would be nice if you change your topic's title to something more meaningfull - if you won't you might not get any help.
-
May 25th, 2007, 11:26 AM
#3
Re: Connection HTTP Problem???
 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?
-
May 25th, 2007, 11:54 AM
#4
Thread Starter
New Member
Re: Connection HTTP Problem???
 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??
-
May 25th, 2007, 11:57 AM
#5
Re: Connection HTTP Problem???
 Originally Posted by DigiRev
What proxy are you using and who made it?
I would like you to answer this question please.
-
May 25th, 2007, 12:13 PM
#6
Thread Starter
New Member
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....
-
May 25th, 2007, 12:20 PM
#7
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?
-
May 25th, 2007, 12:28 PM
#8
Thread Starter
New Member
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
-
May 25th, 2007, 12:29 PM
#9
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
-
May 25th, 2007, 12:38 PM
#10
Thread Starter
New Member
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...
; -)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|