Closed ncatelli closed 5 years ago
After forcing a nil return this seems to not be causing as many problems as it was.
echo 'hello' | curl -sD - 'http://localhost:8001/' -H 'Host: paste.click' --data-binary @-
HTTP/1.1 200 OK
Date: Fri, 22 Feb 2019 01:28:25 GMT
Content-Length: 45
Content-Type: text/plain; charset=utf-8
http://localhost:8080/sZRqySSS0jR8YjW00mERhA
echo 'hello' | curl -sD - 'http://localhost:8001/' -H 'Host: paste.click' --data-binary @-
HTTP/1.1 200 OK
Date: Fri, 22 Feb 2019 01:28:26 GMT
Content-Length: 45
Content-Type: text/plain; charset=utf-8
http://localhost:8080/sZRqySSS0jR8YjW00mERhA
echo 'hello' | curl -sD - 'http://localhost:8001/' -H 'Host: paste.click' --data-binary @-
HTTP/1.1 200 OK
Date: Fri, 22 Feb 2019 01:28:30 GMT
Content-Length: 45
Content-Type: text/plain; charset=utf-8
http://localhost:8080/sZRqySSS0jR8YjW00mERhA
Introduction
This PR is to investigate and fix the duplicate objects bug as defined in the attached issue.
Dependencies
50
TODO
Review
[x] Tested