Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Add IHttpContextFactory.DisposeHttpContext(...) and call it from the end of the request #404

@Eilon

Description

@Eilon

Discussed with @lodejard and @davidfowl :

Change IHttpContextFactory to have two methods:

    public interface IHttpContextFactory
    {
        HttpContext Create(IFeatureCollection featureCollection); // just renamed
        void Dispose(HttpContext httpContext); // add this
    }

Need to call the new Dispose method from the end of the request from within the server, which is where the context was created.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions