Skip to content

Port CH #82137: settings over URI is broken#1108

Merged
yokofly merged 1 commit intodevelopfrom
settings-over-uri-is-broken
Feb 9, 2026
Merged

Port CH #82137: settings over URI is broken#1108
yokofly merged 1 commit intodevelopfrom
settings-over-uri-is-broken

Conversation

@yokofly
Copy link
Copy Markdown
Collaborator

@yokofly yokofly commented Feb 9, 2026

PR checklist:

  • Did you run ClangFormat ?
  • Did you separate headers to a different section in existing community code base ?
  • Did you surround proton: starts/ends for new code in existing community code base ?

Please write user-readable short description of the changes:
ClickHouse/ClickHouse#82137

@@ -1,4 +1,4 @@
#include <Server/HTTPHandler.h>
#include <Server/HTTPHandler.h>
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That include-line diff is from a hidden UTF-8 BOM (U+FEFF) added at the start of src/Server/HTTPHandler.cpp, not from a real include change.

GPT verified:

  • HEAD: starts with bytes ef bb bf 23 (BOM + #)
  • HEAD~1: starts with 23 (# only)

So Git renders it as:

  • old: #include ...
  • new: #include ... (same text, but with invisible BOM before #)

@yokofly yokofly merged commit 4bdb12b into develop Feb 9, 2026
8 of 11 checks passed
@yokofly yokofly deleted the settings-over-uri-is-broken branch February 9, 2026 03:36
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