sapia-oss / corus

Corus server
http://www.sapia-oss.org/projects/corus/index.html
GNU General Public License v3.0
2 stars 1 forks source link

CORUS-33: Allowed concurrent requests in the http module #34

Closed jcdesrochers closed 8 years ago

jcdesrochers commented 8 years ago

To fix https://github.com/sapia-oss/corus/issues/33.

The synchronized block was preventing any concurrent request from being processed by the http module.