Use a bufio.Scanner in http listener
this will prevent potential very large allocations due to a very large chunk size send from a client. fixes #1823
Showing
This diff is collapsed.
Please register or sign in to comment
this will prevent potential very large allocations due to a very large chunk size send from a client. fixes #1823