Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^6: Adding simple HTTP controls to existing code

by brachism (Novice)
on Jul 05, 2021 at 19:25 UTC ( [id://11134679]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Adding simple HTTP controls to existing code
in thread Adding simple HTTP controls to existing code

Thanks Huck.

I was able to quickly adapt Tybalt89's suggestion in my code. I will give your suggestion a try as well.

Comparing and contrasting different solutions while learning is always helpful. Thanks again

  • Comment on Re^6: Adding simple HTTP controls to existing code

Replies are listed 'Best First'.
Re^7: Adding simple HTTP controls to existing code
by huck (Prior) on Jul 05, 2021 at 20:00 UTC

    They have a similar base

    Mine does a two step between accept and read, a client CAN create the connection and wait a bit before writing, so mine wont block there. But in general http: clients shouldnt matter.

    His has a better read, the way i commonly use it is a lot like his, but i just collect data, then have another loop that looks for completed lines so i dont block on the \n. IN both of these examples we block on the \n read, mine till \n, his to blank line.

    I added a cmd lookup table for what to execute

    I only look at the first line sent.

    I added the /null command to show you what might happen if you dont send anything back

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134679]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 13:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found