You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the debug process:
*con_cls is null point
4.the program is processing this method all the time and cant go into requests_answer_first_step
Expected behavior: [What you expect to happen]
the program can go into requests_answer_first_step Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
every time
Versions
OS version (if on linux, the output of "uname -a")
libhttpserver version (please specify whether compiled or packaged)
libmicrohttpd version (please specify whether compiled or packaged)
If you have problems during build:
Compiler version
autotools version
Additional Information
Any additional information, configuration (especially build configuration flags if you compiled the libraries) or data that might be necessary to reproduce the issue.
If you have problems during build, please attach your config.log and the full scope of your error from make.
If you have problems at execution, please:
attach the stacktrace in case of crash (a coredump would be even better).
provide a main that reproduces the error.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
[Description of the issue]
Steps to Reproduce
start server
httpserver::webserver ws = httpserver::create_webserver(8082);
/ws.allow_ip("127.0.0.1");/
file_response_resource fr;
ws.register_resource("/download", &fr);
ws.start(true);
set get request:http://localhost:8082/download
this is the debug process:
*con_cls is null point
4.the program is processing this method all the time and cant go into
requests_answer_first_step
Expected behavior: [What you expect to happen]
the program can go into
requests_answer_first_step
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
every time
Versions
If you have problems during build:
Additional Information
Any additional information, configuration (especially build configuration flags if you compiled the libraries) or data that might be necessary to reproduce the issue.
If you have problems during build, please attach your config.log and the full scope of your error from make.
If you have problems at execution, please:
The text was updated successfully, but these errors were encountered: