restconf typo, left minimal debug recv buffer in place

This commit is contained in:
Olof hagsand 2022-02-15 08:52:57 +01:00
parent 12dddfd794
commit 82e0d907b3

View file

@ -824,8 +824,7 @@ restconf_connection(int s,
int retval = -1;
restconf_conn *rc = NULL;
ssize_t n;
// char buf[1024]; /* Alter BUFSIZ (8K) from stdio.h 8K. 256 fails some tests */
char buf[32]; /* Alter BUFSIZ (8K) from stdio.h 8K. 256 fails some tests */
char buf[1024]; /* Alter BUFSIZ (8K) from stdio.h 8K. 256 fails some tests */
int readmore = 1;
int ret;