PacketFire / paste-click

Paste text, images, video or any file
http://paste.click
3 stars 1 forks source link

Fix duplicate objects bug #52

Closed ncatelli closed 5 years ago

ncatelli commented 5 years ago

Introduction

This PR is to investigate and fix the duplicate objects bug as defined in the attached issue.

Dependencies

50

TODO

Review

ncatelli commented 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