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

Rename request body min rate APIs (#1901) #1915

Merged
merged 6 commits into from
Jun 30, 2017
Merged

Rename request body min rate APIs (#1901) #1915

merged 6 commits into from
Jun 30, 2017

Commits on Jun 29, 2017

  1. Rename "RequestBodyMinimumDataRate" things to "MinRequestBodyDataRate"(

    …#1901).
    
    - IHttpRequestBodyMinimumDataRateFeature -> IHttpMinRequestBodyDataRateFeature
    - KestrelServerLimits.RequestBodyMinimumDataRate -> MinRequestBodyDataRate
    - Also rename "rate" param and property of MinimumDataRate to "bytesPerSecond"
    Cesar Blum Silveira committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    aeb9048 View commit details
    Browse the repository at this point in the history
  2. Expose settable properties directly in IHttpMinRequestBodyDataRateFea…

    …ture.
    Cesar Blum Silveira committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    309d7a8 View commit details
    Browse the repository at this point in the history
  3. Revert "Expose settable properties directly in IHttpMinRequestBodyDat…

    …aRateFeature."
    
    This reverts commit b194c9b.
    Cesar Blum Silveira committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    dc41033 View commit details
    Browse the repository at this point in the history
  4. Move MinimumDataRate class to base Core namespace.

    Cesar Blum Silveira committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    c7678d2 View commit details
    Browse the repository at this point in the history
  5. Allow 0 bytesPerScond; require gracePeriod to be larger than Hearbeat…

    ….Interval.
    Cesar Blum Silveira committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    eb2f350 View commit details
    Browse the repository at this point in the history
  6. Rename MinimumDataRate class to MinDataRate.

    Cesar Blum Silveira committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    d2e8a32 View commit details
    Browse the repository at this point in the history