Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing version 4 of PerfectHTTP and PerfectHTTP-Server? #302

Open
uros-gardasevic opened this issue Jul 22, 2021 · 0 comments
Open

Releasing version 4 of PerfectHTTP and PerfectHTTP-Server? #302

uros-gardasevic opened this issue Jul 22, 2021 · 0 comments

Comments

@uros-gardasevic
Copy link

Hi, we recently moved from precompiled Perfect to one resolved via SPM.

We stumbled upon the crash explained in:

#296

only when running in Release configuration. On the very first request, app crashes in

return UnsafePointer(bytesArray).withMemoryRebound(to: Int8.self, capacity: bytesArray.count) { return String(validatingUTF8: $0) }

Now this seems to be fixed in PerfectLib from version 4.0 onwards by following commit:

135fb33#diff-69391fd63fbd9d34d8f320a64858e895ea4ab70dc9e87fafe0cfe701de2db5b0L250

The problem is that no publicly available version of HTTP and HTTP-Server depends on PerfectLib 4.0, which essentially is letting me with no access to the fix for this crash.

Long story short, is there an intent from your side to publish HTTP/HTTP-Server version 4.0 that depends on PerfectLib 4.0?

Thanks in advance.
Uros

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant