{"author":"Daniel Stenberg","author_email":"daniel@haxx.se","author_time":1735561059,"commit_time":1735570554,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"c2d37463b9629823bac5e3c8e1683da5d2ca94d5","message":"curl/var: change byte offset syntax for assignments\n\nFollow-up to 40c264db617d0 after discussions on IRC.\n\nThe new style is\n\n  name[0-99]=contents\n\nand\n\n  name[0-99]@filename\n\nA) This does not cause the same problems with old curl versions trying\nthe new syntax as this way will cause old curls just fail with syntax\nerror and not risk using the wrong file.\n\nB) Adds the same byte range support for \"normal\" assigns, which the\nprevious syntax did not. Thus lets a user get a partial content of a\nvariable etc.\n\nAdded test 790 and 791 to verify non-file assigns with ranges.\n\nCloses #15862\n","parents":["e7b90dadb2ddab4abfd9b31a722523837035759c"],"tree_hash":"bb84578cd7528de0042b11c7bfe600641bb3575b"}