search for: op_open_url

Displaying 3 results from an estimated 3 matches for "op_open_url".

2013 Aug 21
2
Get server headers.
Is it possible to get the HTTP server headers for URL streams opened with op_open_url, op_vopen_url? If not, is there an alternative that I can use get get the headers? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130821/08162909/attachment.htm
2013 Aug 26
1
Fwd: Re: opusfile 0.4 release
...ving a file named "Y?ji ?no - The Psychogun [libopus 1.0.2].opus" the request resource string looks like this (taken from my local web server's access log): "Y%C5%ABji%20%C5%8Cno%20-%20The%20Psychogun%20%5Blibopus%201.0.2%5D.opus" Now when trying to open a unicode file with op_open_url(...) the access log is not showing an access attempt, the function call returns too fast and the error is set to -129 (OP_EFAULT). I am converting the wchar_t to a MBCS UTF-8 string (using ::WideCharToMultiByte(CP_UTF8,...) like I do for my old stream thread) before passing it on to op_open_url wi...
2013 Aug 21
0
Get server headers.
alpha thinktink wrote: > Is it possible to get the HTTP server headers for URL streams opened > with op_open_url, op_vopen_url? If not, is there an alternative that I > can use get get the headers? There isn't. This gets complicated by the fact that for redirects or proxy connections, there may be multiple sets of headers per request, and for seekable streams there may be lots of requests, each wit...