oops: /**Use the given user name for authentication when proxying connections.> All proxy parameters are ignored for non-http and non-https URLs. > \param _user const char *: The proxy server user name. > This may be <code>NULL</code> to disable > proxy > authentication. > A non-<code>NULL</code> value only has an > effect > if #OP_HTTP_PROXY_HOST and > #OP_HTTP_PROXY_PASS > are also specified with > non-<code>NULL</code> > arguments. > \hideinitializer*/ > #define OP_HTTP_PROXY_USER(_user) \ > OP_URL_OPT(OP_HTTP_PROXY_USER_REQUEST),OP_CHECK_CONST_CHAR_PTR(_host) > > You've got "_host" instead of "_user" in the definition for the macro for"OP_HTTP_PROXY_USER" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130825/d5acea51/attachment.htm
alpha thinktink wrote:> You've got "_host" instead of "_user" in the definition for the macro > for "OP_HTTP_PROXY_USER"Yeah, already fixed in https://git.xiph.org/?p=opusfile.git;a=commitdiff;h=06a191efabc2 Sorry about that.
alpha thinktink wrote:> On Sun, Aug 25, 2013 at 8:53 PM, Timothy B. Terriberry > <tterribe at xiph.org <mailto:tterribe at xiph.org>> wrote: > > alpha thinktink wrote: > > You've got "_host" instead of "_user" in the definition for the macro > > for "OP_HTTP_PROXY_USER" > > Yeah, already fixed in > https://git.xiph.org/?p=opusfile.git;a=commitdiff;h=06a191efabc2 > > Sorry about that. > _______________________________________________ > opus mailing list > opus at xiph.org <mailto:opus at xiph.org> > http://lists.xiph.org/mailman/listinfo/opus > > > > Oh, cool, sorry for the redundancy. > > Well, at least you know I'm working on it. lulzHey, I'm just happy someone reported the bug! It'd been broken since October. I only noticed by chance.