On 05/12/2010, at 10:38 AM, Eric Wong wrote:
> Pierre <[email protected]> wrote:
>> On Thu, Dec 2, 2010 at 6:39 PM, Eric Wong <[email protected]> wrote:
>>> Pierre <[email protected]> wrote:
>>>> Connecting endpoint:
>>>>
>>>> [08:22][virtual] r...@infrabox:~# telnet localhost 2002
>>>> Trying 127.0.0.1...
>>>> Connected to infrabox.virtual.ftnz.net.
>>>> Escape character is '^]'.
>>>> ^]
>>>> telnet> quit
>>>> Connection closed.
>>>
>>> Hi, you started writing an HTTP message ("quit" can be a valid HTTP
>>> method name) and disconnected; don't do that.
>>
>> No, quit is typed in the telnet console and not in the network stream.
>
> Are you sure? With my telnet, "quit" definitely goes out to the server
> since you're already connected.
he connects, then sends an escape ("^]") to the telnet process, then types
"quit" at the prompt the telnet process shows to tell the local telnet process
to close the connection.
the connection *might* see some traffic in attempted telnet option negotiation
(unless the server end initiates that - I forget), but the "quit" string isn't
transmitted to the remote end.
cheers
Russell
_______________________________________________
Unicorn mailing list - [email protected]
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying