* Fixed inefficient RESTCONF HTTP/1 read body by appending bufs instead of re-parsing

* Fixed: http1 by mistake included in fcgi build
* Test: restconf perf test uses restconf for initial setup instead of netconf
This commit is contained in:
Olof hagsand 2022-02-12 21:46:15 +01:00
parent 6ae749c9dd
commit 10886a31a2
6 changed files with 89 additions and 44 deletions

View file

@ -114,7 +114,10 @@ APPSRC += restconf_stream_$(with_restconf).c
endif
# internal http/1 parser
YACCOBJS =
ifeq ($(with_restconf),native)
YACCOBJS = lex.clixon_http1_parse.o clixon_http1_parse.tab.o
endif
APPOBJ = $(APPSRC:.c=.o) $(YACCOBJS)