lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.92k stars 549 forks source link

http client feature missing in lwan #64

Closed littletiny closed 9 years ago

littletiny commented 9 years ago

i read the sample code and source code but i still cannot find how to use lwan send a http request to other httpserver

lpereira commented 9 years ago

There isn't one. This is somewhat tricky as it requires changes to the I/O loop in each thread.

littletiny commented 9 years ago

Have you plan to add the http client in the future?

lpereira commented 9 years ago

Not in the near future, I'm afraid.

lpereira commented 9 years ago

Forgot to mention that I'm always open to pull requests.

I'm closing this ticket, but feel free to open it again should you need it.