WPS: Add HTTP client module to clean up code
Instead of implementing HTTP client functionality inside wps_upnp_event.c, use a generic HTTP client module to do this. The HTTP client code can now be shared more easily for other purposes, too.
This commit is contained in:
parent
b02ee4a228
commit
092794f480
5 changed files with 399 additions and 181 deletions
|
@ -510,6 +510,7 @@ OBJS += ../src/wps/wps_upnp_ssdp.o
|
|||
OBJS += ../src/wps/wps_upnp_web.o
|
||||
OBJS += ../src/wps/wps_upnp_event.o
|
||||
OBJS += ../src/wps/httpread.o
|
||||
OBJS += ../src/wps/http_client.o
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue