Open Issues Need Help
View All on GitHubAI Summary: The issue proposes introducing a new compile-time flag within the project's build system. This flag is intended to facilitate internal testing, specifically by enabling or disabling features related to memory leak detection during development builds.
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
A networking library in C
AI Summary: Verify that the SwiftNet networking library, currently tested only on macOS, builds, runs, and passes existing tests on a Linux system. This involves building the project using the provided Makefile, running the existing tests, and reporting any errors encountered.
A networking library in C
A networking library in C
AI Summary: Implement a memory cleanup mechanism in a C networking library to prevent memory leaks when the application exits prematurely during a callback function execution. This involves storing data passed to the callback in the connection struct and freeing it during application shutdown using existing cleanup functions.
A networking library in C