Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Backport #2512 to 1.x-WorkingBranch #2616

Open
wants to merge 2 commits into
base: 1.x-WorkingBranch
Choose a base branch
from

Commits on Apr 26, 2016

  1. Add destructor to RequestStream to ensure we always try to clean up t…

    …emp files if .Dispose() not explicitly called. (NancyFx#2430)
    
    # Conflicts:
    #	src/Nancy/IO/RequestStream.cs
    danbarua committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    5664e9c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Replace dependency on RequestStream in Request.Body with Stream

    Allows swapping out switchover stream behaviour
    
    Backport of NancyFx#2512
    danbarua committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    6077fcd View commit details
    Browse the repository at this point in the history