I ran gwan_1 (v3.3.28), and then visited the page http: //.../?persistence.c. It reponsed fast.
But when I changed "return 200
;" to "return 9;
" in the code, the browser responded slowly, about 4 seconds later.
In the document, it is stated that:
To prevent HTTP headers automatic completion, just make your servlets return an invalid HTTP status code in the 1-99 range (inclusive).It works but very slowly.
Any idea about this? Is it a bug or I have done something wrong?
I have tried returning 1, 9, and 99. They all give the same results.