Questions tagged [server-response]
98 questions
23
votes
2 answers
What exactly is the 'Waiting for response' msg on Firebug's Net tab?
As sou can see from the screenshot most of the time spent is waiting for a server response (thats the purple coloured area).
What exactly is that server response time? Is the server too slow? Is my connection too slow? Can't the server process much…

Nicolas R
- 991
- 2
- 8
- 17
17
votes
3 answers
Why does Firebug show a "206 Partial Content" response on a video loading request?
I have a bunch of html5 video elements, with their preload attribute set to "auto". They start loading just fine, but I think there might be a problem with their caching, because each time I reload the page (without clearing the cache), they start…

CCrawler
- 609
- 3
- 11
- 24
14
votes
2 answers
NSURLSessionUploadTask how to read server response
I am using NSURLSessionUploadTask to upload a file.
Here are some parts of my code not complete
let session:NSURLSession = NSURLSession(configuration: config, delegate: self, delegateQueue: NSOperationQueue .mainQueue())
let…

RajuBhai Rocker
- 723
- 1
- 7
- 24
8
votes
5 answers
Javascript eval (and friends)
Some claim eval is evil.
Any regular HTML page may look like: