From 0e34695b944c0a07bb1c20e74b1461671c19106c Mon Sep 17 00:00:00 2001 From: Sergey Shepelev Date: Mon, 27 Jul 2009 19:16:18 +0400 Subject: [PATCH] fixed link to gists, added 2 more links --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22bb0bc..b7c5720 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,11 @@ and apply following logic: ------------------------ ------------ -------------------------------------------- */ -See http://gist.github.com/155877 for a partial example of reading in -headers. +See examples of reading in headers: + +* [partial example](http://gist.github.com/155877) in C +* [from http-parser tests](http://github.com/ry/http-parser/blob/37a0ff8928fb0d83cec0d0d8909c5a4abcd221af/test.c#L403) in C +* [from Node library](http://github.com/ry/node/blob/842eaf446d2fdcb33b296c67c911c32a0dabc747/src/http.js#L284) in Javascript Releases --------