Is it possible to cancel the request to MapServer and make it stop processing it? I have the MapServer behind Flask API that uses mapscript to compose the mapfile dynamically per request and returns the data. The client may dispatch a new request to the same endpoint with different parameters. In such case I can cancel the previous request on the frontend and detect this in Flask. Can I also abort the MapServer processing the canceled request?
Cheers Aleš
_______________________________________________ MapServer-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapserver-users
