Differences From Artifact [4e1ed3be61]:
- File filed.c — part of check-in [b16389c222] at 2014-02-12 19:19:26 on branch trunk — Updated to terminate malformed requests without newlines (user: rkeene, size: 33587) [annotate] [blame] [check-ins using]
To Artifact [91c2968a74]:
- File filed.c — part of check-in [773268af3c] at 2014-02-18 03:45:11 on branch trunk — Fixed call to wrong function for finding end of HTTP path (user: rkeene, size: 33588) [annotate] [blame] [check-ins using]
︙ | |||
658 659 660 661 662 663 664 | 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 | - + | *buffer = '\0'; buffer++; path = buffer; /* Terminate path component */ |
︙ |