HenryHu / pybbs

Python implementation of the BBS server, providing BBS data interface
Other
28 stars 3 forks source link

[Bug Report] Pending request happens rarely when uploading multiple files. #16

Closed mrroach9 closed 11 years ago

mrroach9 commented 11 years ago

How to reproduce: Drag or select multiple (>5) files in Rowell to upload, with a relatively high probability there will be a pending request that does not finish after at least 15mins.

HenryHu commented 11 years ago

I'm not sure if these are related:

  1. xmpp login may block
  2. regular requests through pybbs may block
  3. file upload may stuck in pending state

I suspect that these are related.

mrroach9 commented 11 years ago

Good point, then that bug would have actually caused 3 known bugs.

HenryHu commented 11 years ago

Seems to be fixed.