pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-em-http-request



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan  3 07:56:35 UTC 2016

Modified Files:
        pkgsrc/www/ruby-em-http-request: Makefile PLIST distinfo

Log Message:
Update ruby-em-http-request to 1.1.3.

Quote from commit logs:

* Reset and close connection on duplicate response.
* Rescue from StandardError instead of Exception.
* Handle redirects on keep-alive connections.
* Fix the issue when redirect url is triggered only after inactivity timeout.
* ignore query option when redirecting.
* Use Base64.strict_encode64 to not add line feeds.
* Cleanup header annotations for rubydocs, closes #281.
* Use inferred_port, port can be nil causing connection failures.
* Don't modify header for CONNECT style proxies.
* fixing specs, cleaning up deprecation warning.
* Don't memoize status; http_status may change.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-em-http-request/Makefile \
    pkgsrc/www/ruby-em-http-request/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-em-http-request/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index