-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Please note this tool does not works as-is for bodies larger than 64KB. To fix it, add the following lines after https://github.com/ikruglov/slapper/blob/master/slapper.go#L135:
buf := make([]byte, 0, 64*1024)
scanner.Buffer(buf, 1024*1024)The second number should be replaced with the maximum length of body you want to use.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels