/[Apache-SVN]
ViewVC logotype

Revision 1769851


Jump to revision: Previous Next
Author: brane
Date: Tue Nov 15 16:04:24 2016 UTC (7 years, 7 months ago)
Changed paths: 2
Log Message:
Introduce serf_connection_create3, which improves on serf_connection_create2
by optionally avoiding blocking hostname lookups.

* serf.h
  (serf_connection_create2): Reduce docstring to a reference to
   the documentation for serf_connection_create3.
  (serf_connection_create3): New. Like serf_connection_create2 but
   accepts an optional pre-cooked apr_sockaddr_t*.
  (serf_request_bucket_request_create): Update docstring.

* src/outgoing.c
  (serf_connection_create3): Rename from serf_connection_create2 and
   update implementation to match new prototype and semantics.
  (serf_connection_create2): Reimplement in terms of serf_connection_create3.


Changed paths

Path Details
Directoryserf/trunk/serf.h modified , text changed
Directoryserf/trunk/src/outgoing.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26