Skip to content

Adds a separate flag for the 'http/https server started on' message#1043

Merged
vishr merged 1 commit intolabstack:masterfrom
bakatz:master
Dec 29, 2017
Merged

Adds a separate flag for the 'http/https server started on' message#1043
vishr merged 1 commit intolabstack:masterfrom
bakatz:master

Conversation

@bakatz
Copy link
Contributor

@bakatz bakatz commented Dec 18, 2017

The echo.HideBanner prop should only hide the banner, not the "http server started on port" message, so I added a separate flag for the latter message.

@codecov
Copy link

codecov bot commented Dec 18, 2017

Codecov Report

Merging #1043 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1043      +/-   ##
==========================================
+ Coverage   78.11%   78.16%   +0.05%     
==========================================
  Files          26       26              
  Lines        1846     1832      -14     
==========================================
- Hits         1442     1432      -10     
+ Misses        279      276       -3     
+ Partials      125      124       -1
Impacted Files Coverage Δ
echo.go 86.38% <100%> (ø) ⬆️
group.go 93.02% <0%> (-0.73%) ⬇️
response.go 71.87% <0%> (+3.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a028fd4...c3accc8. Read the comment docs.

@vishr vishr merged commit c8bedd1 into labstack:master Dec 29, 2017
@vishr
Copy link
Member

vishr commented Dec 29, 2017

@bakatz thanks for your contribution 🎉

@bakatz
Copy link
Contributor Author

bakatz commented Dec 29, 2017

@vishr np, thanks for merging it. when should I expect a new github release of echo that contains this change?

@vishr
Copy link
Member

vishr commented Dec 30, 2017

@bakatz Probably next year ;)

@bakatz
Copy link
Contributor Author

bakatz commented Dec 30, 2017

Ok, no problem. Thanks for the quick response

vishr pushed a commit that referenced this pull request Mar 12, 2018
Enhancements:
    Implemented Response#After()
    Dynamically add/remove proxy targets
    Rewrite rules for proxy middleware
    Add ability to extract key from a form field
    Implemented rewrite middleware
    Adds a separate flag for the 'http/https server started on' message (#1043)
    Applied a little DRY to the redirect middleware (#1053) and tests (#1055)
    Simplify dep fetching (#1062)
    Add custom time stamp format #1046 (#1066)
    Update property name & default value & comment about custom logger
    Add X-Requested-With header constant
    Return error of context.File in c.contentDisposition
    Updated deps
    Updated README.md

Fixes:

    Fixed Response#Before()
    Fixed #990
    Fix href url from armor to echo (#1051)
    Fixed #1054
    Fixed #1052, dropped param alias feature
    Avoid redirect loop in HTTPSRedirect middleware (#1058)
    Fix deferring body close in middleware/compress test (#1063)
    Cleanup code (#1061)
    FIX - We must close gzip.Reader, only if no error (#1069)
    Fix formatting (#1071)
    Can be a fix for auto TLS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants