https://bugs.winehq.org/show_bug.cgi?id=48514
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|HttpSetRequestQueueProperty |Multiple webserver |is missing from spec file, |applications need |might need simple stub as |httpapi.HttpSetRequestQueue |well (???) |Property CC| |focht@gmx.net Keywords| |patch
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
refining the bug summary line a bit. A title that contains multiple question marks "(???)" should be avoided (implies confusion). Remember: Wine release notes are automatically generated from summary lines. Just be descriptive, clear and precise as possible.
There is a patch in the queue:
https://source.winehq.org/patches/data/177329
It's unfortunate that the forum reporter remained rather vague on the webserver app (ASP.NET? Some custom app?). I've tried to dig out some apps that require this function but found only github repositories with sources.
* https://github.com/edwig/HTTPSYS ("user-space implementation of the MS-Windows HTTP.SYS kernel driver")
* https://github.com/tjanczuk/httpsys ("Native HTTP stack for Node.js on Windows")
* https://github.com/aspnet/HttpSysServer/blob/master/src/Microsoft.AspNetCore... ("web server for ASP.NET Core based on the Windows Http Server API.")
Quick search for web-server binaries without heavy dependencies for download returned:
https://code.google.com/archive/p/dwscript/downloads
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google....
--- quote --- DWScript Http.sys 2.0 Web Application Server demo
Simple Web Application Server using DWScript, Synopse and Microsoft HTTP.SYS 2.0 --- quote ---
https://github.com/EricGrange/DWScript/blob/1c0833f8eaaa3c56970963dbccae8c92...
Unfortunately it's not using this specific API function. It imports other missing API though, warranting more bug reports.
Regards