fastcgipp icon indicating copy to clipboard operation
fastcgipp copied to clipboard

fastcgi++: A C++ FastCGI and Web development platform:

Results 9 fastcgipp issues
Sort by recently updated
recently updated
newest added

I am trying to cross-compile this for arm-linux-gnueabihf (raspberry pi), so I created a toolchain file setting compilers, assembler, linker etc to those prefixed toolchain binaries. The library builds. When...

Would you consider making a 3.1 release? I need to make use of some of the new features since 3.0 in 2018, specifically the Environment's others member.

The PR solves the #104 - Fix inherit base classes without virtual destructors - Prevent `-Wunused-parameter` warning.

Some code of the `fastcgipp` has the following warnings: ``` ../subprojects/fastcgi++/include/fastcgi++/protocol.hpp:366:29: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 366 | uint8_t...

When i try compile my example by(or with) c++20 modules, i get this: [log.log](https://github.com/eddic/fastcgipp/files/6608200/log.log) src: [zip.zip](https://github.com/eddic/fastcgipp/files/6608180/zip.zip)

Hello, I saw that io_uring in latest linux kernels could deserve better performances than epoll, do you plan to support it ? Or maybe i'm wrong about that let me...

enhancement

Hello, 2 days ago, async-batch patch aka. pipline mode was added to postgresql master, this what allow ultra high performances for both lithium and drogon on techempower, excpect that they...

enhancement

in examples/email.cpp error: ‘Fastcgipp::Http::RequestMethod’ is not a class or namespace if(environment().requestMethod == Fastcgipp::Http::RequestMethod::HTTP_METHOD_POST)

Hello everyone. So, I'm creating my own project using fastcgipp. I used the code from the helloworld examples without any changes. When building the project, there are no errors. If...