)]}'
{
  "commit": "4f89bfdeeb900e2d64bf5c5f726b78d8591593cc",
  "tree": "0c5ac7dc955658cf7bad5536c73613ee392a84af",
  "parents": [
    "80279b551a8f86c5085afedd454e26611d5b3cba"
  ],
  "author": {
    "name": "pspeter",
    "email": "peter.schmidbauer@oebb.at",
    "time": "Wed Apr 13 14:44:30 2022 +0200"
  },
  "committer": {
    "name": "Jens Geyer",
    "email": "jensg@apache.org",
    "time": "Thu Nov 20 22:34:53 2025 +0100"
  },
  "message": "Fix bug in Python\u0027s THttpClient proxy handling\nClient: py\nPatch: Peter Schmidbauer\n\nThis closes #2565\n\nFix conversion to str without including quotes\n\nEnsure return type is str in Py2 and 3\n\nIn Python2, str(cr) returns a cr unchanged, since it is already a str. In Python3, \u0027cr\u0027 is a binary array (like str in Python2), but we cannot concat a str with a bin in Py3. Therefore, we convert it to str using str(cr), before concatenating it with \u0027Basic \u0027.\nFix bug in THttpClient proxy handling\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1dd1476d3a4f38e452c2c6b91ddb3b3cacb14cda",
      "old_mode": 33188,
      "old_path": "lib/py/src/transport/THttpClient.py",
      "new_id": "6281165ea2536327160f2266e620b663bb54776d",
      "new_mode": 33188,
      "new_path": "lib/py/src/transport/THttpClient.py"
    }
  ]
}
