restconf typo, left minimal debug recv buffer in place
This commit is contained in:
parent
12dddfd794
commit
82e0d907b3
1 changed files with 1 additions and 2 deletions
|
|
@ -824,8 +824,7 @@ restconf_connection(int s,
|
||||||
int retval = -1;
|
int retval = -1;
|
||||||
restconf_conn *rc = NULL;
|
restconf_conn *rc = NULL;
|
||||||
ssize_t n;
|
ssize_t n;
|
||||||
// char buf[1024]; /* 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 */
|
||||||
char buf[32]; /* Alter BUFSIZ (8K) from stdio.h 8K. 256 fails some tests */
|
|
||||||
int readmore = 1;
|
int readmore = 1;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue