darrengarvey / cgi

CGI and FastCGI C++ Library
http://cgi.sf.net
51 stars 32 forks source link

Please add fixes for VS2010 and the charset bugfix. #2

Closed leutloff closed 12 years ago

darrengarvey commented 12 years ago

Ahh, excellent. I like pull requests!

I'll take a look at this later tonight when I get home and give it a proper review.

Cheers,

Darren

On 18 April 2012 19:06, leutloff < reply@reply.github.com

wrote:

You can merge this Pull Request by running:

git pull https://github.com/leutloff/cgi master

Or you can view, comment on it, or merge it online at:

https://github.com/darrengarvey/cgi/pull/2

-- Commit Summary --

  • Make it compile with VS2010.
  • Correct the charset prefix. It must be charset=..., e.g. Content-Type: text/html; charset=utf-8.

-- File Changes --

M boost/cgi/connections/anonymous_pipe.hpp (5) M boost/cgi/detail/push_options.hpp (12) M boost/cgi/fcgi/specification.hpp (1) M boost/cgi/impl/response.ipp (2)

-- Patch Links --

https://github.com/darrengarvey/cgi/pull/2.patch https://github.com/darrengarvey/cgi/pull/2.diff


Reply to this email directly or view it on GitHub: https://github.com/darrengarvey/cgi/pull/2

leutloff commented 12 years ago

I will split the pull request.