Skip to content

Instantly share code, notes, and snippets.

@mranney
Created December 24, 2011 00:14
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 mranney/339987ca182fac394c5f to your computer and use it in GitHub Desktop.
Save mranney/339987ca182fac394c5f to your computer and use it in GitHub Desktop.
mjr@prod-21:~/node$ wget https://raw.github.com/gist/e52c76f86e5cbd83afd4/e7346091c04811c5b78ccacd091b5f27f9bb8c57/0001-Move-HandleScopes-around-in-http-parser-binding.patch
--2011-12-23 16:13:14-- https://raw.github.com/gist/e52c76f86e5cbd83afd4/e7346091c04811c5b78ccacd091b5f27f9bb8c57/0001-Move-HandleScopes-around-in-http-parser-binding.patch
Resolving raw.github.com... 207.97.227.243
Connecting to raw.github.com|207.97.227.243|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2482 (2.4K) [text/plain]
Saving to: `0001-Move-HandleScopes-around-in-http-parser-binding.patch'
100%[==============================================================================================================================================================================================================================>] 2,482 --.-K/s in 0s
2011-12-23 16:13:15 (1.10 GB/s) - `0001-Move-HandleScopes-around-in-http-parser-binding.patch' saved [2482/2482]
mjr@prod-21:~/node$ patch -p0 < 0001-Move-HandleScopes-around-in-http-parser-binding.patch
patching file b/src/node_http_parser.cc
Hunk #1 FAILED at 120.
Hunk #2 FAILED at 248.
Hunk #3 FAILED at 274.
Hunk #4 FAILED at 289.
Hunk #5 FAILED at 557.
5 out of 5 hunks FAILED -- saving rejects to file b/src/node_http_parser.cc.rej
mjr@prod-21:~/node$ git branch
master
* v0.6
mjr@prod-21:~/node$ git fetch
mjr@prod-21:~/node$ git merge origin/v0.6
Already up-to-date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment