Skip to content

Instantly share code, notes, and snippets.

@fracek
Created January 18, 2014 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fracek/8488947 to your computer and use it in GitHub Desktop.
Save fracek/8488947 to your computer and use it in GitHub Desktop.

Reading a request

read-request                                0.951s
|- parse-request-line                       0.501s
|  |- parse-request-url                     0.429s
|     |- parse-uri-as                       0.409s
|        |- regex-search-string             0.322s
|- read-message-headers                     0.223s
|  |- read-header-line                      0.141s
|     |- read-element                       0.085s
|- process-incoming-headers                 0.105s
|- read-http-line                           0.084s
|- read-request-content                     0.037s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment