Revision 8e29563f lib/rpc.py

b/lib/rpc.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
54 54

  
55 55
_RPC_CLIENT_HEADERS = [
56 56
  "Content-type: %s" % http.HTTP_APP_JSON,
57
  "Expect:",
57 58
  ]
58 59

  
59 60
# Various time constants for the timeout table

Also available in: Unified diff