* Restconf native http/1, first working version
* Renamed files clixon_http -> restconf_http * Split main file into restconf_native.c * Remove all evhtp code and libevhtp/libevent dependency
This commit is contained in:
parent
dadf4a778a
commit
4aa74fa1d8
27 changed files with 1291 additions and 789 deletions
|
|
@ -81,8 +81,8 @@ RUN apk add --update flex bison
|
|||
|
||||
# need to add www user manually
|
||||
RUN adduser -D -H -G www-data www-data
|
||||
# for libevtp
|
||||
RUN apk add --update openssl libevent
|
||||
|
||||
RUN apk add --update openssl
|
||||
|
||||
# nghttp2 dependencies
|
||||
RUN apk add --update nghttp2
|
||||
|
|
|
|||
|
|
@ -117,8 +117,8 @@ RUN apk add --update flex bison
|
|||
|
||||
# need to add www user manually
|
||||
RUN adduser -D -H -G www-data www-data
|
||||
# for libevtp
|
||||
RUN apk add --update openssl libevent
|
||||
|
||||
RUN apk add --update openssl
|
||||
|
||||
# nghttp2 dependencies
|
||||
RUN apk add --update nghttp2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue