×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

start a streaming session to a web server using HTTP connect protocol.

start a streaming session to a web server using HTTP connect protocol.

start a streaming session to a web server using HTTP connect protocol.

(OP)
I want to know if this is possible, I have lighthttpd server running on my setup.
The client side is a telnet client

I perform a
telnet <ipaddr> 80
CONNECT cgi/system HTTP/1.1
Host: foobar
Connection: Keep-alive


 
The "system" cgi binary needs a interactive streaming session with the client.
THe problem is the cgi binary is not able to read anything from stdin.
I guess lighttpd is closing the connection..

The CGI executable, sends
HTTP/1.1 200 Connection-established

and then starts to read on the stdin, but fails looks like lighttpd has already closed the connection..

My question can this be working solution, if so what am I doing working..




 

RE: start a streaming session to a web server using HTTP connect protocol.

That is possible using apache, but I'm not familiar with that lighthttpd.

I suggest you find a forum dedicated to that server to post your question.

- Miller

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close