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
Have you read Atom's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/etr/libhttpserver/blob/master/CODE_OF_CONDUCT.md
13
+
14
+
Do you want to ask a question? Are you looking for support? Our message board is the best place for getting support: https://gitter.im/libhttpserver/community
15
+
16
+
-->
17
+
18
+
### Prerequisites
19
+
20
+
*[ ] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues
21
+
22
+
### Description
23
+
24
+
[Description of the issue]
25
+
26
+
### Steps to Reproduce
27
+
28
+
1.[First Step]
29
+
2.[Second Step]
30
+
3.[and so on...]
31
+
32
+
**Expected behavior:**[What you expect to happen]
33
+
34
+
**Actual behavior:**[What actually happens]
35
+
36
+
**Reproduces how often:**[What percentage of the time does it reproduce?]
37
+
38
+
### Versions
39
+
40
+
* OS version (if on linux, the output of "uname -a")
41
+
* libhttpserver version (please specify whether compiled or packaged)
42
+
* libmicrohttpd version (please specify whether compiled or packaged)
43
+
44
+
If you have problems during build:
45
+
* Compiler version
46
+
* autotools version
47
+
48
+
### Additional Information
49
+
50
+
Any additional information, configuration (especially build configuration flags if you compiled the libraries) or data that might be necessary to reproduce the issue.
51
+
52
+
If you have problems during build, please attach your config.log and the full scope of your error from make.
53
+
54
+
If you have problems at execution, please:
55
+
* attach the stacktrace in case of crash (a coredump would be even better).
0 commit comments