[Bug 48514] Multiple webserver applications need httpapi.HttpSetRequestQueueProperty

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 27 15:07:37 CST 2020


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

Anastasius Focht <focht at 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 at gmx.net
           Keywords|                            |patch

--- Comment #1 from Anastasius Focht <focht at 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.Server.HttpSys/NativeInterop/HttpApi.cs
("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.com/dwscript/setup_DWSWebServer_2013_09_19.exe

--- 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/1c0833f8eaaa3c56970963dbccae8c92a19bd3dc/Libraries/SimpleServer/dwsHTTPSysAPI.pas#L834

Unfortunately it's not using this specific API function. It imports other
missing API though, warranting more bug reports.

Regards

-- 
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