(servercmd, io_gets, output): Fix client to read lines longer than
1024 bytes from the server. Closes #1223255.
This commit is contained in:
parent
0b15696223
commit
89e2b3b481
3 changed files with 34 additions and 21 deletions
|
@ -52,4 +52,4 @@ int ioq_read(struct ioqueue *ioq, char *buf, int cc);
|
|||
void ioq_write(struct ioqueue *ioq, char *buf, int cc);
|
||||
int ioq_qsize(struct ioqueue *ioq);
|
||||
void ioq_drain(struct ioqueue *ioq);
|
||||
char *ioq_gets(struct ioqueue *ioq, char *buf, int cc);
|
||||
char *ioq_gets(struct ioqueue *ioq, char *buf, int cc, int *eol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue