Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix transaction header encoding #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ddelnano
Copy link
Collaborator

@ddelnano ddelnano commented Aug 5, 2016

Todo

  • Encode / decode transaction.Transaction.Request.Headers and transaction.Transaction.Real.Headers as map[string][]string instead of map[string]interface{}
  • Fix gob encoding errors that think it is still map[string]interface{}

The intent of this PR is to fix #12 . Still having some issues with the api blueprint and go web server in #12 so this is a WIP still.

@noisyscanner
Copy link

@ddelnano did you ever get this working??

@ddelnano
Copy link
Collaborator Author

@noisyscanner I actually don't remember what state I left this in other than that this PR didn't do what I was hoping. I'll try to revisit this issue this week.

@noisyscanner
Copy link

@ddelnano that's sound, let me know if you find anything :) I tried to have a brief look but I have noooo idea what's going on 🙃

@ddelnano
Copy link
Collaborator Author

Yea using the gob encoding makes this much more complicated :). I think I wanted to see if I could switch it to use json encoding so that this issue either goes away or when a bug comes up its easy to tcpdump and see the data.

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.

Error when API sets a cookie
2 participants