Server Push - Relative Files

Below is the list of the files dealing with server push in boa :

The file defines what Content-Type Boa will send. Define the relative Content-Type of server push, multipart/x-mixed-replace;boundary=<the_boundary>, here.

Files: mime.types

Define the UNIX domain socket path in boa.conf to communicate with the server push process.

Note: Ensure the path is the same as that defined in the server push process.

Files: boa.conf

Deal with the GET request reply proper header, and pass the client socket fd to the server push process

Files: transfer.c