4a8e868e8f
This is preparing for gclient switching. Build break is expected. Some change in build script is required. Change-Id: I4ebb78d3ae3114318c101ff4927954c89fce9a1d |
||
---|---|---|
.. | ||
patches | ||
README.packager | ||
happyhttp.gyp |
README.packager
Name: happyhttp URL: https://github.com/Zintinio/HappyHTTP Version: 0.1 License: zlib/libpng License File: http://opensource.org/licenses/zlib-license.php Description: HappyHTTP is a simple C++ library for issuing HTTP requests and processing responses. Modifications: - Fix _stricmp undefined problem in linux. Use strcasecmp instead. - "www.scumways.com" should be "scumways.com" in test.cpp.