zendframework / zend-http

Http component from Zend Framework
BSD 3-Clause "New" or "Revised" License
134 stars 85 forks source link

Feature/support unix domain socket #79

Closed GeeH closed 7 years ago

GeeH commented 8 years ago

This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html


Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/6626 User: @slopjong Created On: 2014-09-02T17:02:31Z Updated At: 2015-02-19T21:02:33Z Body Unix sockets are also used for http, however, the current socket adapter just supports tcp/ip sockets. Related to PR #6624.


Comment

User: @Ocramius Created On: 2014-12-24T00:11:29Z Updated At: 2014-12-24T00:11:29Z Body Requires additional test cases


Comment

User: @weierophinney Created On: 2015-02-19T19:28:16Z Updated At: 2015-02-19T19:28:16Z Body @slopjong Same comment here as on #6624 — I'd like this for 2.4, but need unit tests. Can you do this in the next 2 weeks?


Comment

User: @slopjong Created On: 2015-02-19T21:02:33Z Updated At: 2015-02-19T21:02:33Z Body @weierophinney Same answer here as on #6624, yes :-)


ezimuel commented 7 years ago

I'm closing this issue due to inactivity.