• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tomdesair / tus-java-server / 28704942481

04 Jul 2026 11:35AM UTC coverage: 92.355%. First build
28704942481

Pull #105

github

web-flow
Merge 94b11f46d into e8bbe6ae5
Pull Request #105: feat: Implement IETF Resumable Uploads for HTTP (RUFH) Protocol

866 of 1022 branches covered (84.74%)

Branch coverage included in aggregate %.

443 of 496 new or added lines in 24 files covered. (89.31%)

2263 of 2366 relevant lines covered (95.65%)

6.24 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/src/main/java/me/desair/tus/server/rufh/NoOpInterimResponseStrategy.java
1
package me.desair.tus.server.rufh;
2

3
import me.desair.tus.server.util.TusServletResponse;
4

5
/**
6
 * Default no-op implementation of {@link InterimResponseStrategy} for environments that do not
7
 * support HTTP 104 interim responses (e.g. standard Servlet containers).
8
 */
9
public class NoOpInterimResponseStrategy implements InterimResponseStrategy {
6✔
10

11
  @Override
12
  public void sendInterimResponse(TusServletResponse response, String uploadUri, long offset) {
13
    // Standard servlet containers do not support 104 interim responses; no-op.
NEW
14
  }
×
15
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc