Created
February 26, 2009 20:53
-
-
Save makoto/71104 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parsing new request (context 0x47CD330 (32 - 0x47cd730)) | |
Headers len = 419 | |
Request method GET = 0 | |
URI = [/System/Image/edit] | |
parsing headers (len 386): [User-Agent: Mozilla/5.0 (iPhone Simulator; U; CPU iPhone OS 2_0 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) | |
Referer: http://localhost:8080/System/Image | |
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 | |
Accept-Language: en-us | |
Accept-Encoding: gzip, deflate | |
Connection: keep-alive | |
Host: localhost:8080 | |
] | |
Content-Length: 0 | |
Path = /Users/makoto/Library/Application Support/iPhone Simulator/User/Applications/D46C0952-2E63-47FC-A63F-A278390A14EE/Documents/apps/System/Image/edit | |
Executing System | |
Calling ruby framework | |
Creating Req Hash | |
inside RHO.serve... | |
RESPONSE: | |
HTTP/1.1 302 Moved temporarily | |
Date: Thu, 26 Feb 2009 20:52:34 GMT | |
Content-Type: text/html | |
Content-Length: 0 | |
Connection: close | |
Location: /System/Image | |
-- eof -- | |
Add response to the send bufferSending data to the view | |
159 bytes sent | |
Sending data to the view | |
Handle End Encountered 0x47CD330 | |
Parsing new request (context 0x47D4BC0 (32 - 0x47d4fc0)) | |
Headers len = 414 | |
Request method GET = 0 | |
URI = [/System/Image] | |
parsing headers (len 386): [User-Agent: Mozilla/5.0 (iPhone Simulator; U; CPU iPhone OS 2_0 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) | |
Accept-Encoding: gzip, deflate | |
Referer: http://localhost:8080/System/Image | |
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 | |
Accept-Language: en-us | |
Connection: keep-alive | |
Host: localhost:8080 | |
] | |
Content-Length: 0 | |
Path = /Users/makoto/Library/Application Support/iPhone Simulator/User/Applications/D46C0952-2E63-47FC-A63F-A278390A14EE/Documents/apps/System/Image | |
Executing System | |
Calling ruby framework | |
Creating Req Hash | |
inside RHO.serve... | |
Camera index controller | |
Layout file: /Users/makoto/Library/Application Support/iPhone Simulator/User/Applications/D46C0952-2E63-47FC-A63F-A278390A14EE/Documents/apps/System/layout_erb.iseq | |
RESPONSE: | |
HTTP/1.1 200 OK | |
Date: Thu, 26 Feb 2009 20:52:34 GMT | |
Content-Type: text/html | |
Content-Length: 402 | |
Connection: close | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>System</title> | |
<meta name="viewport" content="initial-scale=1.0, width=device-width"/> | |
</head> | |
<body> | |
<a href="Image/edit">Choose Picture</a><br/> | |
<a href="Image/new">Take Picture</a><br/> | |
</body> | |
</html> | |
-- eof -- | |
Add response to the send bufferSending data to the view | |
523 bytes sent | |
Sending data to the view | |
Handle End Encountered 0x47D4BC0 | |
Current location: http://localhost:8080/System/Image | |
Stopping location controller on timeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment