c-cube / tiny_httpd

Minimal HTTP server using good old threads + blocking IO, with a small request router.
https://c-cube.github.io/tiny_httpd
75 stars 11 forks source link

request: Make client_addr public #75

Closed barti2du closed 8 months ago

vphantom commented 8 months ago

Oh I see why you weren't satisfied in #74, you want a function like the others. I hadn't thought of that.

barti2du commented 8 months ago

@vphantom Yes, thanks!

c-cube commented 8 months ago

Thank you!