Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function that resets the timeout timer. #88

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

RobertMi21
Copy link

@RobertMi21 RobertMi21 commented Mar 31, 2021

Add function that resets the timeout timer for a connection of the HTTP server.

This is required for long lasting requests such as streaming media (MJPEG stream) or file uploads.

@codecov
Copy link

codecov bot commented Mar 31, 2021

Codecov Report

Merging #88 (1f28032) into master (5003598) will increase coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head 1f28032 differs from pull request most recent head 02b8582. Consider uploading reports for the commit 02b8582 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   53.32%   53.32%           
=======================================
  Files         192      192           
  Lines       21475    21478    +3     
=======================================
+ Hits        11451    11454    +3     
  Misses      10024    10024           
Impacted Files Coverage Δ
src/http/server.c 68.58% <0.00%> (-0.73%) ⬇️
src/mbuf/mbuf.c 79.76% <0.00%> (+1.28%) ⬆️

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 5003598...02b8582. Read the comment docs.

@RobertMi21 RobertMi21 marked this pull request as ready for review March 31, 2021 10:54
@sreimers sreimers merged commit 7a3d5c2 into baresip:master Mar 31, 2021
@sreimers sreimers added the enhancement New feature or request label Apr 9, 2021
@sreimers sreimers added this to the v2.0.0 milestone Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants