Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated file upload #23

Open
hafedh-trimeche opened this issue Oct 11, 2021 · 1 comment
Open

Duplicated file upload #23

hafedh-trimeche opened this issue Oct 11, 2021 · 1 comment

Comments

@hafedh-trimeche
Copy link

hafedh-trimeche commented Oct 11, 2021

Hello,

Please note that the file is uploaded twice even a single post method is invoked (2.4.0 RC6).

00:49:15  127.0.0.1:50773  Connected
00:49:15  [email protected]:50773  Uploading EINVOICE-2021918922516830.PDF
00:49:15  [email protected]:50773  Fully uploaded EINVOICE-2021918922516830.PDF - 189.9 K @ 855.4 KB/s
00:49:15  [email protected]:50773  Disconnected by server - 52 bytes sent
00:49:15  127.0.0.1:50774  Connected
00:49:15  [email protected]:50774  Uploading EINVOICE-2021918922516830.PDF
00:49:16  [email protected]:50774  Fully uploaded EINVOICE-2021918922516830.PDF - 189.9 K @ 811.6 KB/s
00:49:16  [email protected]:50774  Requested POST /HFS/
00:49:16  [email protected]:50774  Request dump
> POST /HFS/ HTTP/1.1
> Connection: keep-alive
> Content-Type: multipart/form-data; boundary=--------101221004915412
> Content-Length: 194705
> Host: localhost
> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0
> Authorization: Basic VXNlcm5hbWU6UGFzc3dvcmQ=
00:49:19  [email protected]:50774  Disconnected - 139 bytes sent

Best regards.

@rejetto
Copy link
Owner

rejetto commented Oct 12, 2021

My best reading of this log is that 2 requests (POST) have been made, on 2 different connections (50773 and 50774).
The only strange thing in your log is that first POST was not "dumped". Since the 2 events are so close in time I'd exclude manual intervention and suppose it's a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants