Skip to content

Instantly share code, notes, and snippets.

@miyagawa
Created February 11, 2009 01:10
Show Gist options
  • Save miyagawa/61744 to your computer and use it in GitHub Desktop.
Save miyagawa/61744 to your computer and use it in GitHub Desktop.
P.14
- $self->SUPER($client, $request)
+ $self->SUPER::write_response($client, $request)
P.26 図1.3
- Mamma
+ Mammal
P.69
- return MyHTTPParser::StateHTTPBody->new(
+ return MyHTTPParser::State::HTTPBody->new(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment