You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
hhaensel
committed
Fix headers handling for Julia 1.10 compatibility
Use union! with append! on headers.entries instead of push! or append!
directly on headers. This works consistently across Julia 1.10 and 1.12
where the push! behavior differs.
0 commit comments