https://bugs.winehq.org/show_bug.cgi?id=47476
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #6 from Zebediah Figura z.figura12@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.