Results 1 to 10 of 10

Thread: Connection HTTP Problem???

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    9

    Question 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 !!

  2. #2

  3. #3
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    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?

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    9

    Question 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??

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    9

    Question 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....

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  8. #8

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    9

    Question 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

  9. #9
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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

  10. #10

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    9

    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
  •  



Click Here to Expand Forum to Full Width