Files
Carbon/.github/ISSUE_TEMPLATE/bug-report.md
2025-12-11 21:53:27 +00:00

1.8 KiB

name, about, title, labels, assignees
name about title labels assignees
Bug Report Report a bug or issue with Carbon HTTP Server bug

Bug Description

A clear and concise description of what the bug is

Environment

  • Carbon Version:
  • OS:
  • Architecture:
  • Compiler Version:

🔧 Configuration

Provide relevant sections from your server. conf

port = 
use_https = 
enable_http2 = 
enable_websocket = 
max_threads = 

Steps to Reproduce

  1. Start the Carbon server with HTTPS enabled (use_https = true)
  2. Configure HTTP/2 in server.conf (enable_http2 = true)
  3. Send 100 concurrent requests using: h2load -n 100 -c 10 https://localhost:8080/
  4. Server crashes after approximately 50 requests

Expected Behavior

What you expected to happened

Actual Behavior

What actually happened

Logs

Paste relevant log output from log/server.log

[Paste logs here]

Additional Context

Protocol Information

  • Protocol Used:
  • Connection Type:
  • Browser/Client:

Performance Impact

  • Server crashes
  • Memory leak observed
  • High CPU usage
  • Connection timeouts
  • Slow response times
  • Other:

Component Affected

  • Core HTTP server
  • SSL/TLS handling
  • HTTP/2 implementation
  • WebSocket implementation
  • Configuration parser
  • File caching
  • Logging system
  • Other:

Screenshots/Output

If applicable, add screenshots or command output

Possible Solution

Optional: suggest a fix or workaround if you have one

Link to any related issues or PRs