[Bug 47476] Rhinoceros 6 (.NET 4.x app) fails to verify online-license: System.EntryPointNotFoundException: Unable to find an entry point named ' HttpCloseRequestQueue' in DLL 'httpapi.dll'

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 14 23:12:32 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47476

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #6 from Zebediah Figura <z.figura12 at gmail.com> ---
(In reply to Esdras Tarsis from comment #5)
> (In reply to Zebediah Figura from comment #1)
> > Yes, httpapi is not implemented, and is likely to remain that way for a good
> > while.
> 
> Why "remain that way for a good while"? Is the implementation of this dll
> too complex? Would dll winhttp help in the implementation of httpapi?

Essentially because it's very complex—we have to write a whole HTTP request
parser and socket server, and it all has to work using communication from a
pseudo-kernel driver. winhttp doesn't help; at best it could do parsing, but it
doesn't do any of the parsing we need.

However, I've actually been working on an implementation myself. In fact I have
a working and hopefully upstream-ready implementation of version 1 request
queues; it's currently waiting for review.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list