* 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:
parent
6ae749c9dd
commit
10886a31a2
6 changed files with 89 additions and 44 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue