Skip to content

Commit e2117c3

Browse files
justin808claude
andcommitted
Enable Early Hints debug mode to verify if Rails sends HTTP 103
This temporarily enables debug mode in shakapacker to output HTML comments showing whether Rails is attempting to send HTTP 103 Early Hints responses. This will help diagnose if the issue is: - Rails not sending 103 at all - Thruster not forwarding 103 responses - Control Plane load balancer stripping 103 responses 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d5f99d9 commit e2117c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/shakapacker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ production:
6767
# Early hints configuration
6868
early_hints:
6969
enabled: true
70-
debug: false # Set to true to output debug info as HTML comments
70+
debug: true # Set to true to output debug info as HTML comments

0 commit comments

Comments
 (0)