Commits
Thomas Tornevall authored ff924131c4d
NETCURL-273 * Making some internal stream_context parameters non-overwritable (user_agent) to protect "user input" on predefined settings. * Using Flag-class to override non-overwritables. * Added canoverwrite to keep it clean. * Added missing docblocks and sinces. * setSoapRequest/getSoapRequest. * If stream_context already has [http][user_agent], getUserAgent() should use this value. Using getSoapRequest when soapclient is active. * The wsdl that netcurl is using locally is mismatching domains. * Testing proxy support for instant stream_context setup.