i am working on an HTTP server which is supposed to only allow a certain amount of connections per user. How do I gracefully tell the user that more than n connections are not permitted. I tried answering the (n+1)th request with a 403 but apparently that kills the whole download. (At least with Down them All)
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Wikipedia lists a few possibilities:
|
|||
|
|
|
10068 for FTP and 403.9 for HTTP |
|||||||||||||||
|