gatzka / cio

An ANSI C Conformant I/O Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify check for no callback in http handler

gatzka opened this issue · comments

Write function no_user_callback_in_handler in cio_http_location_handler.

Use this function in cio_http_server on_url to check and send responses. Eliminate User_handler flag in on_url.